Skip to content

Commit

Permalink
fix asset and view path
Browse files Browse the repository at this point in the history
  • Loading branch information
199ocero committed Dec 28, 2023
1 parent 02d6eec commit d4d7bb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Forms/Components/RadioDeck.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class RadioDeck extends Radio

protected array | Closure | null $icons = null;

protected string $view = 'filament-radio-deck::forms.components.radio-deck';
protected string $view = 'radio-deck::forms.components.radio-deck';

public function icons(array | Closure | null $icons): static
{
Expand Down
4 changes: 2 additions & 2 deletions src/RadioDeckServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ protected function getAssets(): array
{
return [
// AlpineComponent::make('radio-deck', __DIR__ . '/../resources/dist/components/radio-deck.js'),
Css::make('radio-deck-styles', __DIR__ . '/../resources/dist/radio-deck.css'),
Js::make('radio-deck-scripts', __DIR__ . '/../resources/dist/radio-deck.js'),
// Css::make('radio-deck-styles', __DIR__ . '/../resources/dist/radio-deck.css'),
// Js::make('radio-deck-scripts', __DIR__ . '/../resources/dist/radio-deck.js'),
];
}

Expand Down

0 comments on commit d4d7bb9

Please sign in to comment.