Resolve "Add UI for parameter translation layer"
Compare changes
Files
7- Daniel Göbel authored
@@ -5,7 +5,7 @@ import { useBucketStore } from "@/stores/buckets";
@@ -23,8 +23,13 @@ const props = defineProps({
@@ -45,7 +50,7 @@ const inputDynamicClass = computed<string[]>(() => {
@@ -61,7 +66,7 @@ watch(model, (newVal, oldVal) => {
@@ -69,12 +74,14 @@ function parseModel(val?: string) {
@@ -186,6 +193,14 @@ onMounted(() => {