mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Remove or exempt all uses of 'any
* Refactored LocalForage * Refactored SceneFilenameParser
This commit is contained in:
@@ -26,7 +26,7 @@ export const ToastProvider: React.FC = ({ children }) => {
|
||||
key={toast.id}
|
||||
onClose={() => removeToast(toast.id)}
|
||||
className={toast.variant ?? "success"}
|
||||
delay={toast.delay ?? 5000}
|
||||
delay={toast.delay ?? 3000}
|
||||
>
|
||||
<Toast.Header>
|
||||
<span className="mr-auto">{toast.header ?? "Stash"}</span>
|
||||
|
||||
Reference in New Issue
Block a user