change default name prop value for undefined

This commit is contained in:
Sebastián Canio Barriga 2020-07-10 11:07:50 -04:00
commit 4ab0842866
14 changed files with 14 additions and 14 deletions

View file

@ -18,7 +18,7 @@
export let titleText = '';
export let translateWithId = undefined;
export let value = '';
export let name = Math.random();
export let name = undefined;
import { afterUpdate } from 'svelte';
import WarningFilled16 from 'carbon-icons-svelte/lib/WarningFilled16';