Skip to content

Commit

Permalink
fix: image column visibility (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Nov 24, 2023
1 parent cf89e2b commit 0cbf1ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Filament/Resources/OrganisationResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ public static function table(Table $table): Table
])
->width(80)
->height(40)
->visibility('private')
->toggleable(),

TextColumn::make('name')
Expand Down

0 comments on commit 0cbf1ed

Please sign in to comment.