diff --git a/src/dashboardWebView/components/Contents/ContentActions.tsx b/src/dashboardWebView/components/Contents/ContentActions.tsx index 6d644e9a..ca5667db 100644 --- a/src/dashboardWebView/components/Contents/ContentActions.tsx +++ b/src/dashboardWebView/components/Contents/ContentActions.tsx @@ -31,6 +31,7 @@ export const ContentActions: React.FunctionComponent = ({ if (path) { Messenger.send(DashboardMessage.deleteFile, path); } + setShowDeletionAlert(false); } const runCustomScript = React.useCallback((e: React.MouseEvent, script: CustomScript) => {