Better error handling and more lenient on the imported values

This commit is contained in:
Zsombor Gegesy
2024-02-24 12:47:41 +01:00
parent 550e15228e
commit 5a2c222d61
2 changed files with 7 additions and 4 deletions

View File

@ -186,7 +186,7 @@ export const ImportDialog = () => {
toast({
variant: "error",
title: t`Oops, the server returned an error.`,
description: importError?.message,
description: error?.message,
});
}
};