web/taskmgr: flip gif todo condition

This commit is contained in:
jj 2025-04-30 14:53:52 +00:00
parent 72857e64a8
commit 54408b159e
No known key found for this signature in database

View File

@ -139,7 +139,7 @@ export const createSavePipeline = (info: CobaltLocalProcessingResponse, request:
}, },
}, },
}); });
} else if ("gif" === info.type) { } else if (info.type === "gif") {
return createDialog({ return createDialog({
id: "save-error", id: "save-error",
type: "small", type: "small",