Skip to content

Commit

Permalink
Merge branch 'filament-alpha3' of https://github.com/tanthammar/filam…
Browse files Browse the repository at this point in the history
…ent-jsoneditor into filament-alpha3
  • Loading branch information
tanthammar committed Nov 10, 2023
2 parents 54ef110 + 2f4b0a7 commit 8979e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilamentJsoneditorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function packageBooted(): void
{
FilamentAsset::register([
Css::make('invaders-filament-jsoneditor', __DIR__ . '/../dist/jsoneditor/jsoneditor.min.css'),
Js::make('invaders-filament-jsoneditor', __DIR__ . '/../dist/jsoneditor/jsoneditor.min.js')
Js::make('invaders-filament-jsoneditor', __DIR__ . '/../dist/jsoneditor/jsoneditor.min.js'),
], 'awcodes/headings');
}
}

0 comments on commit 8979e44

Please sign in to comment.