Skip to content

Commit e397919

Browse files
committed
Update FilamentExtrasServiceProvider.php
1 parent 7ae0669 commit e397919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FilamentExtrasServiceProvider.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ public function packageRegistered(): void
4545
if ($this->app->runningInConsole()) {
4646

4747
\Filament\Support\Facades\FilamentAsset::register([
48-
Css::make('filament-phone-input', __DIR__ . '/../dist/filament-phone/filament-phone.css'),
49-
Js::make('filament-phone-input', __DIR__ . '/../dist/filament-phone/filament-phone.js'),
48+
Css::make('filament-phone-input', __DIR__ . '/../dist/filament-phone/filament-phone.css')->loadedOnRequest(),
49+
Js::make('filament-phone-input', __DIR__ . '/../dist/filament-phone/filament-phone.js')->loadedOnRequest(),
5050
], 'tanthammar/filament-extras');
5151

5252
}

0 commit comments

Comments
 (0)