Compare commits
No commits in common. "9008cdadd1eaa5fbcf48d24aecb9cbfacf6ce841" and "f3c53678c9500b38788b7fe2a9a67bdff6a53d49" have entirely different histories.
9008cdadd1
...
f3c53678c9
|
|
@ -31,7 +31,6 @@ const StupWizard = forwardRef((_props: any, ref: any) => {
|
|||
setting[key] = storageSeeting[key]
|
||||
}
|
||||
}
|
||||
|
||||
storage.setItem('setting', JSON.stringify(setting))
|
||||
setIsStupWizard(true)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue