Skip to content

Commit 9543e56

Browse files
author
John Wesely
committed
remove search and sort for type in documents resource since it is not in DB schema
1 parent 32aa258 commit 9543e56

File tree

6 files changed

+1
-3
lines changed

6 files changed

+1
-3
lines changed

.DS_Store

8 KB
Binary file not shown.

database/.DS_Store

6 KB
Binary file not shown.

resources/.DS_Store

6 KB
Binary file not shown.

src/.DS_Store

6 KB
Binary file not shown.

src/Resources/DocumentResource.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ public static function table(Table $table): Table
3939
Tables\Columns\TextColumn::make('name')
4040
->searchable()
4141
->sortable(),
42-
Tables\Columns\TextColumn::make('type')
43-
->searchable()
44-
->sortable(),
42+
Tables\Columns\TextColumn::make('type'),
4543
Tables\Columns\TextColumn::make('created_at')
4644
->searchable()
4745
->sortable(),

tests/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)