Optimize sidebar collapsing

This commit is contained in:
Gregory Schier
2024-12-23 05:05:04 -08:00
parent 61d094d9fd
commit 31f2bff0f6
35 changed files with 402 additions and 238 deletions

View File

@@ -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),
});
}