mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
lint
This commit is contained in:
parent
aca7fb3aad
commit
caa74f070c
@ -189,7 +189,7 @@ export const systemSlice = createSlice({
|
|||||||
title: t('toast.serverError'),
|
title: t('toast.serverError'),
|
||||||
status: 'error',
|
status: 'error',
|
||||||
description: ToastDescription({ message: startCase(action.payload.data.error_type), sessionId }),
|
description: ToastDescription({ message: startCase(action.payload.data.error_type), sessionId }),
|
||||||
duration: null
|
duration: null,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user