kazura233
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/app.tsx
|
|
|
@ -115,7 +115,7 @@ export const layout: RunTimeLayoutConfig = ({ initialState, setInitialState }) = |
|
|
|
onSettingChange={(settings) => { |
|
|
|
setInitialState((preInitialState) => ({ |
|
|
|
...preInitialState, |
|
|
|
settings, |
|
|
|
...settings, |
|
|
|
})); |
|
|
|
}} |
|
|
|
/> |
|
|
|
|