{header}
-
- When no columns are defined in this mapping, source row is copied to target without any modifications
-
+ {#if resetValue.length == 0}
+
+ When no columns are defined in this mapping, source row is copied to target without any modifications
+
+ {/if}
{
closeCurrentModal();
- onConfirm(!value || value.length == 0 ? null : value);
+ onConfirm(!value || value.length == 0 || !differentFromReset ? null : value);
}}
/>
@@ -82,8 +114,9 @@
{
- value = [];
+ value = resetValue;
}}
/>