Skip to content

Commit c14c49d

Browse files
committed
fix: allow to clear templates in External Squad Settings
1 parent 68714ea commit c14c49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/dashboard/external-squads/external-squads-drawer/external-squads-templates.tab.widget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const ExternalSquadsTemplatesTabWidget = (props: IProps) => {
111111

112112
updateExternalSquad({
113113
variables: {
114-
templates: templates.length > 0 ? templates : undefined,
114+
templates,
115115
uuid: externalSquad.uuid
116116
}
117117
})

0 commit comments

Comments
 (0)