Skip to content

Commit

Permalink
chore: hide widget type
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Oct 11, 2024
1 parent 13e7d13 commit d886315
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@
<Form.FieldErrors />
</Form.Field>

<Form.Field {form} name="widget.item.type">
<!-- <Form.Field {form} name="widget.item.type">
<Form.Control let:attrs>
<Form.Label>Type</Form.Label>
<WidgetTypePicker {...attrs} bind:value={$formData.widget.item.type} />
</Form.Control>
<Form.FieldErrors />
</Form.Field>
</Form.Field> -->

<Button type="submit" variant="outline" disabled={$createViewWidgetMutation.isPending} class="w-full">
{#if $createViewWidgetMutation.isPending}
Expand Down

0 comments on commit d886315

Please sign in to comment.