mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
default state change
This commit is contained in:
@@ -7,9 +7,9 @@ interface State {
|
||||
}
|
||||
|
||||
const initialState: State = {
|
||||
isApiKeyModalOpen: true,
|
||||
isApiKeyModalOpen: false,
|
||||
apiKey: '',
|
||||
isMenuOpen: true,
|
||||
isMenuOpen: false,
|
||||
};
|
||||
|
||||
export const slice = createSlice({
|
||||
|
||||
Reference in New Issue
Block a user