Skip to content

Commit 3f87e9f

Browse files
Merge pull request #3203 from OneCommunityGlobal/hotfix-warning-modal-removes-modal-after-submission
Luis - fixed issue that didn't remove the modal after creating a new warning
2 parents d8b0a31 + 5618162 commit 3f87e9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Warnings/modals/WarningTrackerModal.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ function WarningTrackerModal({
206206
setWarningDescriptions(res.newWarnings);
207207
getUsersWarnings();
208208
setError(null);
209+
setToggeleWarningInput(false);
209210
},
210211
);
211212
};

0 commit comments

Comments
 (0)