Skip to content

Commit

Permalink
Update supplier and user pages
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 3, 2024
1 parent 51f400a commit 75c15ec
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion backend/src/pages/CreateSupplier.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ const CreateSupplier = () => {
setPayLater(e.target.checked)
}}
color="primary"
disabled
/>
)}
label={commonStrings.PAY_LATER}
Expand Down
1 change: 0 additions & 1 deletion backend/src/pages/CreateUser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ const CreateUser = () => {
setPayLater(e.target.checked)
}}
color="primary"
disabled
/>
)}
label={commonStrings.PAY_LATER}
Expand Down
1 change: 0 additions & 1 deletion backend/src/pages/UpdateSupplier.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ const UpdateSupplier = () => {
setPayLater(e.target.checked)
}}
color="primary"
disabled
/>
)}
label={commonStrings.PAY_LATER}
Expand Down
1 change: 0 additions & 1 deletion backend/src/pages/UpdateUser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ const UpdateUser = () => {
setPayLater(e.target.checked)
}}
color="primary"
disabled
/>
)}
label={commonStrings.PAY_LATER}
Expand Down

0 comments on commit 75c15ec

Please sign in to comment.