Skip to content

Commit

Permalink
Merge pull request #17 from mokhosh/fix-view-not-found
Browse files Browse the repository at this point in the history
Fix view not found
  • Loading branch information
ibrahimBougaoua committed Mar 7, 2024
2 parents 8b038ad + 0f59c25 commit 3e2c497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/RatingStarColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class RatingStarColumn extends Column implements Editable
use HasToggleColors;
use HasToggleIcons;

protected string $view = 'filament-rating-star::actions.rating-star-column';
protected string $view = 'filament-rating-star::columns.rating-star-column';

protected function setUp(): void
{
Expand Down

0 comments on commit 3e2c497

Please sign in to comment.