mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-25 21:04:04 +02:00
Prevent dismissing active imports
This commit is contained in:
@@ -30,7 +30,7 @@ export const importData = createFastMutation({
|
||||
id: "import",
|
||||
title: "Import Data",
|
||||
size: "sm",
|
||||
onClose: resolve,
|
||||
disableClose: true,
|
||||
render: ({ hide }) => {
|
||||
const cancel = () => {
|
||||
hide();
|
||||
|
||||
Reference in New Issue
Block a user