Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-susanto committed Aug 23, 2023
1 parent f5b4c81 commit 1a287b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# - name: Directory Permissions
# run: chmod -R 775 storage
- name: 📂 Sync files
uses: SamKirkland/[email protected].3
uses: SamKirkland/[email protected].4
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
Expand Down
3 changes: 2 additions & 1 deletion app/Filament/Resources/UserResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ public static function table(Table $table): Table
->columns([
TextColumn::make('id')
->sortable()
->label(strval(__('filament-authentication::filament-authentication.field.id'))),
->label(strval(__('filament-authentication::filament-authentication.field.id')))
->searchable(),
TextColumn::make('pegawai.nama_lengkap')
->searchable()
->sortable()
Expand Down

0 comments on commit 1a287b8

Please sign in to comment.