mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix: close issue dialog on success
This commit is contained in:
@@ -79,6 +79,8 @@ function IssueDialog(props) {
|
||||
body: requestData.body,
|
||||
userId: userstore.get().user?.id,
|
||||
});
|
||||
|
||||
props.onClose();
|
||||
await showIssueReportedDialog({ url });
|
||||
} catch (e) {
|
||||
setError(e.message);
|
||||
|
||||
Reference in New Issue
Block a user