mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-28 20:21:52 +01:00
Optimize sidebar collapsing
This commit is contained in:
@@ -32,6 +32,8 @@ export function useFastMutation<TData = unknown, TError = unknown, TVariables =
|
||||
if (toastyError) {
|
||||
toast.show({
|
||||
id: 'error-' + mutationKey.join('.'),
|
||||
color: 'danger',
|
||||
timeout: 8000,
|
||||
message: String(e),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user