feat: enhance token handling in removeSelection and saveRow functions

This commit is contained in:
2025-08-14 16:14:18 +02:00
parent 40d5f35afb
commit f2433e2d84
8 changed files with 155 additions and 18 deletions

View File

@@ -78,6 +78,7 @@ const ImportGUI: React.FC<ImportGUIProps> = ({ onClose, setFiles, files }) => {
if (files && files.length) {
postCSV(files[0]);
}
onClose();
}}
>
Importieren