Skip to content

Commit

Permalink
#93 BugFix en el Frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Sansanto2000 committed May 31, 2023
1 parent 7c4bd34 commit 49bb9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Field.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
import { metadataStore } from "../store/metadata";
import {getContext} from "svelte";
export let name, value, index = null
export let name, value = "", index = null
const setChangeFlag = getContext("setChangeFlag");
Expand Down

0 comments on commit 49bb9ec

Please sign in to comment.