🚨fix: settingAtom 수정
This commit is contained in:
parent
9c226791ae
commit
a2bf337b75
@ -77,11 +77,6 @@ export const settingModalSecondOptionsState = atom({
|
|||||||
dangerouslyAllowMutability: true,
|
dangerouslyAllowMutability: true,
|
||||||
})
|
})
|
||||||
|
|
||||||
export const settingsState = atom({
|
|
||||||
key: 'settingsData',
|
|
||||||
default: { ...settingModalFirstOptionsState, ...settingModalSecondOptionsState },
|
|
||||||
})
|
|
||||||
|
|
||||||
export const settingModalGridOptionsState = atom({
|
export const settingModalGridOptionsState = atom({
|
||||||
key: 'settingModalGridOptions',
|
key: 'settingModalGridOptions',
|
||||||
default: [
|
default: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user