Clear stale preview iframe errors (#65)
This commit is contained in:
@@ -19,3 +19,5 @@ export const userSettingsAtom = atom<UserSettings | null>(null);
|
||||
export const envVarsAtom = atom<Record<string, string | undefined>>({});
|
||||
|
||||
export const previewPanelKeyAtom = atom<number>(0);
|
||||
|
||||
export const previewErrorMessageAtom = atom<string | undefined>(undefined);
|
||||
|
||||
Reference in New Issue
Block a user