Skip to content

Commit

Permalink
[#383] Breakdown case settings into components
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Jan 7, 2025
1 parent 8dae014 commit 38aa52b
Show file tree
Hide file tree
Showing 5 changed files with 547 additions and 535 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/cases/Cases.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ const Cases = () => {
<CaseSettings
open={caseSettingModalVisible}
handleCancel={() => setCaseSettingModalVisible(false)}
enableEditCase={true}
/>
</ContentLayout>
);
Expand Down
Loading

0 comments on commit 38aa52b

Please # to comment.