Skip to content

Commit

Permalink
Merge pull request #43892 from truph01/fix/43496
Browse files Browse the repository at this point in the history
Fix: Delete modal does not disappear immediately
  • Loading branch information
bondydaa authored Jun 18, 2024
2 parents 2a65835 + dbfa5fe commit 362953d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/EditReportFieldPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ function EditReportFieldPage({route, policy, report}: EditReportFieldPageProps)

const handleReportFieldDelete = () => {
ReportActions.deleteReportField(report.reportID, reportField);
setIsDeleteModalVisible(false);
Navigation.dismissModal(report?.reportID);
};

Expand Down

0 comments on commit 362953d

Please sign in to comment.