Skip to content

Commit

Permalink
Fixes issue #94 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
grahnj authored Jul 18, 2023
1 parent 6afa65c commit 2e6e74a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ const Modal: Component<{ content }> = (props) => {
name="schemaId"
value={formValues().schemaId}
onInput={handleInput}
required
>
<option value={''}>New data set</option>
{store.schemas && Object.values(store.schemas).map(({schema}) =>
Expand Down

0 comments on commit 2e6e74a

Please sign in to comment.