Skip to content

Commit d06c399

Browse files
improvement(tables): rename select "Allow multiple" toggle to "Multiselect"
1 parent 60b15cc commit d06c399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/app/workspace/[workspaceId]/tables/[tableId]/components/column-config-sidebar/column-config-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ function ColumnConfigBody({
273273
</div>
274274
<FieldDivider />
275275
<div className='flex items-center justify-between pl-0.5'>
276-
<Label htmlFor='column-sidebar-multiple'>Allow multiple</Label>
276+
<Label htmlFor='column-sidebar-multiple'>Multiselect</Label>
277277
<Switch
278278
id='column-sidebar-multiple'
279279
checked={multipleInput}

0 commit comments

Comments
 (0)