Skip to content

Commit

Permalink
Merge pull request #26 from crynobone/patch-1
Browse files Browse the repository at this point in the history
Remove empty CSS
  • Loading branch information
OwenMelbz authored Jul 27, 2021
2 parents 7835e35 + e94c34b commit 28bb17d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FieldServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public function boot()
{
Nova::serving(function (ServingNova $event) {
Nova::script('radio-field', __DIR__.'/../dist/js/field.js');
Nova::style('radio-field', __DIR__.'/../dist/css/field.css');
});
}

Expand Down

0 comments on commit 28bb17d

Please sign in to comment.