mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-05 12:42:35 +00:00
chore: fix error message
This commit is contained in:
@ -117,7 +117,7 @@ const CreateShortcutsButton = () => {
|
||||
setShowModal(false);
|
||||
} catch (error: any) {
|
||||
console.error(error);
|
||||
toast.error(error.response.data.message);
|
||||
toast.error(error.details);
|
||||
}
|
||||
setIsLoading(false);
|
||||
};
|
||||
|
Reference in New Issue
Block a user