updated importing fcps for rml compatibility
This commit is contained in:
@@ -81,10 +81,10 @@ Vue.component('csv-import-modal', {
|
||||
this.errorMessage = 'Bitte wählen Sie zuerst eine Datei aus.';
|
||||
return;
|
||||
}
|
||||
if (this.showNetworkAreas && !this.selectedNetworkArea) {
|
||||
this.errorMessage = 'Bitte wählen Sie einen Netzbereich aus.';
|
||||
return;
|
||||
}
|
||||
// if (this.showNetworkAreas && !this.selectedNetworkArea) {
|
||||
// this.errorMessage = 'Bitte wählen Sie einen Netzbereich aus.';
|
||||
// return;
|
||||
// }
|
||||
this.errorMessage = null;
|
||||
this.loading = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user