We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee40026 commit 104505eCopy full SHA for 104505e
invokeai/frontend/web/src/services/events/onModelInstallError.tsx
@@ -18,7 +18,7 @@ import { assert } from 'tsafe';
18
const log = logger('events');
19
const selectModelInstalls = modelsApi.endpoints.listModelInstalls.select();
20
21
-export const UNAUTHORIZED_TOAST_ID = getPrefixedId('unauthorized-toast');
+const UNAUTHORIZED_TOAST_ID = getPrefixedId('unauthorized-toast');
22
const FORBIDDEN_TOAST_ID = getPrefixedId('forbidden-toast');
23
24
const getHFTokenStatusToastTitle = (token_status: S['HFTokenStatus']) => {
0 commit comments