Skip to content

Commit 3a3106b

Browse files
committed
Fix default type column
1 parent 9878474 commit 3a3106b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/TagTypeResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public static function table(Table $table): Table
9797
->label(flexiblePagesTrans('form_component.name_lbl')),
9898
ColorColumn::make('colour')
9999
->label(flexiblePagesTrans('form_component.colour_lbl')),
100-
ToggleColumn::make('is_initial_status')
100+
ToggleColumn::make('is_default_type')
101101
->label(flexiblePagesTrans('tag_types.tag_type_is_default_type_lbl')),
102102
IconColumn::make('icon')
103103
->label(flexiblePagesTrans('form_component.icon_lbl')),

0 commit comments

Comments
 (0)