Compare commits

..

No commits in common. "9008cdadd1eaa5fbcf48d24aecb9cbfacf6ce841" and "f3c53678c9500b38788b7fe2a9a67bdff6a53d49" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ const StupWizard = forwardRef((_props: any, ref: any) => {
setting[key] = storageSeeting[key]
}
}
storage.setItem('setting', JSON.stringify(setting))
setIsStupWizard(true)
}