We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e7d13 commit d886315Copy full SHA for d886315
apps/frontend/src/lib/components/blocks/widget/create-widget-form.svelte
@@ -66,13 +66,13 @@
66
<Form.FieldErrors />
67
</Form.Field>
68
69
- <Form.Field {form} name="widget.item.type">
+ <!-- <Form.Field {form} name="widget.item.type">
70
<Form.Control let:attrs>
71
<Form.Label>Type</Form.Label>
72
<WidgetTypePicker {...attrs} bind:value={$formData.widget.item.type} />
73
</Form.Control>
74
75
- </Form.Field>
+ </Form.Field> -->
76
77
<Button type="submit" variant="outline" disabled={$createViewWidgetMutation.isPending} class="w-full">
78
{#if $createViewWidgetMutation.isPending}
0 commit comments