feat: enhance token handling in removeSelection and saveRow functions
This commit is contained in:
@@ -78,6 +78,7 @@ const ImportGUI: React.FC<ImportGUIProps> = ({ onClose, setFiles, files }) => {
|
||||
if (files && files.length) {
|
||||
postCSV(files[0]);
|
||||
}
|
||||
onClose();
|
||||
}}
|
||||
>
|
||||
Importieren
|
||||
|
Reference in New Issue
Block a user