Client:useStartFillingSelectDialog Fix

This commit is contained in:
Akmal Isomadinov 2024-07-26 16:05:05 +05:00
parent fbbf03f366
commit 99cd55ff9e

View File

@ -231,7 +231,6 @@ const useStartFillingSelectDialog = (fileInfo: TFile | undefined) => {
if (key === "error") {
toastr.error(value);
} else {
requestRunning.current = false;
window.location.replace(url.toString());
onClose();
}