Resolve "Show toast when updating parameter visibility"
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
2@@ -11,7 +11,8 @@ import Sortable from "sortablejs";
@@ -25,11 +26,13 @@ const formState = reactive<{
@@ -48,6 +51,7 @@ const simpleListElement = ref<HTMLUListElement | undefined>(undefined);
@@ -75,20 +79,23 @@ function deleteVisibilityMapping() {
@@ -138,6 +145,7 @@ function computeInitialMapping(
@@ -233,6 +241,12 @@ onMounted(() => {