Skip to content

Commit d886315

Browse files
committed
chore: hide widget type
1 parent 13e7d13 commit d886315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/frontend/src/lib/components/blocks/widget/create-widget-form.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@
6666
<Form.FieldErrors />
6767
</Form.Field>
6868

69-
<Form.Field {form} name="widget.item.type">
69+
<!-- <Form.Field {form} name="widget.item.type">
7070
<Form.Control let:attrs>
7171
<Form.Label>Type</Form.Label>
7272
<WidgetTypePicker {...attrs} bind:value={$formData.widget.item.type} />
7373
</Form.Control>
7474
<Form.FieldErrors />
75-
</Form.Field>
75+
</Form.Field> -->
7676

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

0 commit comments

Comments
 (0)