Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix edit stock operation not updating #79

Closed
wants to merge 1 commit into from

Conversation

makombe
Copy link
Contributor

@makombe makombe commented Jan 19, 2024

Requirements

  • This PR has a title that briefly describes the work done including a conventional commit type prefix and a Jira ticket number if applicable. See existing PR titles for inspiration.

For changes to apps

If applicable

  • My work includes tests or is validated by existing tests.

Summary

Screenshots

Related Issue

Other

@jabahum jabahum requested review from donaldkibet and jabahum and removed request for donaldkibet January 19, 2024 10:20
@makombe makombe closed this Jan 19, 2024
@@ -53,7 +53,7 @@ const AddStockOperation: React.FC<AddStockOperationProps> = (props) => {
const tabs: TabItem[] = [
{
name: isEditing
? `${props.model.operationTypeName} Details`
? `${props.operation.name} Details`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think conditional values are both the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants