diff client/src/components/importconfiguration/types/Soundingresults.vue @ 3156:cb3b31566e48

import_configuration: added missing labels
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 06 May 2019 11:15:28 +0200
parents 30222bcbfec9
children 439e1865a2d2
line wrap: on
line diff
--- a/client/src/components/importconfiguration/types/Soundingresults.vue	Fri May 03 18:39:49 2019 +0200
+++ b/client/src/components/importconfiguration/types/Soundingresults.vue	Mon May 06 11:15:28 2019 +0200
@@ -370,6 +370,8 @@
       }
       return [];
     }
-  }
+  },
+  on: "on",
+  off: "off"
 };
 </script>