Skip to content

Commit 7b2a07a

Browse files
committed
make template tags toggleable in list
1 parent 6b518fd commit 7b2a07a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Resources/TemplateResource.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ public static function table(Tables\Table $table): Tables\Table
4949
->sortable(),
5050

5151
Tables\Columns\TextColumn::make('tags')
52-
->badge(),
52+
->badge()
53+
->toggleable(),
5354

5455
Tables\Columns\TextColumn::make('created_at')
5556
->dateTime()

0 commit comments

Comments
 (0)