types
This commit is contained in:
parent
83aa2a59fc
commit
dc0b9d489f
|
@ -93,6 +93,7 @@ export const INITIAL_APP_META_STATE: AppMetaState = {
|
||||||
background_color: "",
|
background_color: "",
|
||||||
theme_color: "",
|
theme_color: "",
|
||||||
start_url: "",
|
start_url: "",
|
||||||
|
screenshots: [],
|
||||||
},
|
},
|
||||||
scripts: [],
|
scripts: [],
|
||||||
}
|
}
|
||||||
|
@ -192,6 +193,7 @@ export class AppMetaStore extends BudiStore<AppMetaState> {
|
||||||
background_color: state.pwa?.background_color || "",
|
background_color: state.pwa?.background_color || "",
|
||||||
theme_color: state.pwa?.theme_color || "",
|
theme_color: state.pwa?.theme_color || "",
|
||||||
start_url: state.pwa?.start_url || "",
|
start_url: state.pwa?.start_url || "",
|
||||||
|
screenshots: state.pwa?.screenshots || [],
|
||||||
},
|
},
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue