finalize new media settings

This commit is contained in:
dswbx
2025-02-05 17:54:48 +01:00
parent 8418231c43
commit 46cf310ad6
12 changed files with 102 additions and 86 deletions

View File

@@ -14,6 +14,7 @@ type BkndContext = {
config: ModuleConfigs;
permissions: string[];
hasSecrets: boolean;
fetched: boolean;
requireSecrets: () => Promise<void>;
actions: ReturnType<typeof getSchemaActions>;
app: AppReduced;
@@ -103,7 +104,7 @@ export function BkndProvider({
return (
<BkndContext.Provider
value={{ ...schema, actions, requireSecrets, app, adminOverride, hasSecrets }}
value={{ ...schema, fetched, actions, requireSecrets, app, adminOverride, hasSecrets }}
key={local_version}
>
{/*{error && (