Skip to content

Commit bb55029

Browse files
authored
Fix: Missing form button (#397)
1 parent 4ef3638 commit bb55029

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/client/src/icons/WidgetIcons.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ export const WidgetIcons: {
125125
<ModalIcon />
126126
</IconWrapper>
127127
),
128+
FORM_BUTTON_WIDGET: (props: IconProps) => (
129+
<IconWrapper {...props}>
130+
<ButtonIcon />
131+
</IconWrapper>
132+
),
128133
};
129134

130135
export type WidgetIcon = typeof WidgetIcons[keyof typeof WidgetIcons];

0 commit comments

Comments
 (0)