Skip to content

Commit

Permalink
Merge pull request #20 from Althinect/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
tharindarodrigo authored Jan 22, 2023
2 parents 647ec0a + ca3a3af commit aade334
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ public static function table(Table $table): Table
return $table
->columns([
TextColumn::make('name')
->searcheable()
->searchable()
->label(__('filament-spatie-roles-permissions::filament-spatie.field.name')),
TextColumn::make('guard_name')
->searcheable()
->searchable()
->label(__('filament-spatie-roles-permissions::filament-spatie.field.guard_name')),

])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ public static function table(Table $table): Table
return $table
->columns([
TextColumn::make('name')
->searcheable()
->searchable()
->label(__('filament-spatie-roles-permissions::filament-spatie.field.name')),
TextColumn::make('guard_name')
->searcheable()
->searchable()
->label(__('filament-spatie-roles-permissions::filament-spatie.field.guard_name')),

])
Expand Down

0 comments on commit aade334

Please sign in to comment.