diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d9230cb..8f16f54 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: # - name: Directory Permissions # run: chmod -R 775 storage - name: 📂 Sync files - uses: SamKirkland/FTP-Deploy-Action@4.3.3 + uses: SamKirkland/FTP-Deploy-Action@4.3.4 with: server: ${{ secrets.FTP_SERVER }} username: ${{ secrets.FTP_USERNAME }} diff --git a/app/Filament/Resources/UserResource.php b/app/Filament/Resources/UserResource.php index 2f1c1a2..e2a2eb1 100644 --- a/app/Filament/Resources/UserResource.php +++ b/app/Filament/Resources/UserResource.php @@ -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()