We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d9ce1 commit ff9e681Copy full SHA for ff9e681
src/FieldServiceProvider.php
@@ -17,7 +17,6 @@ public function boot()
17
{
18
Nova::serving(function (ServingNova $event) {
19
Nova::script('secret-field', __DIR__.'/../dist/js/field.js');
20
- Nova::style('secret-field', __DIR__.'/../dist/css/field.css');
21
});
22
}
23
0 commit comments