Compare commits
3 Commits
f3c53678c9
...
9008cdadd1
| Author | SHA1 | Date |
|---|---|---|
|
|
9008cdadd1 | |
|
|
c5e035fadd | |
|
|
5f80831058 |
|
|
@ -31,6 +31,7 @@ const StupWizard = forwardRef((_props: any, ref: any) => {
|
|||
setting[key] = storageSeeting[key]
|
||||
}
|
||||
}
|
||||
|
||||
storage.setItem('setting', JSON.stringify(setting))
|
||||
setIsStupWizard(true)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue