forked from fxcosta/laravel-chartjs
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Options were crashing Alpine when not properly escaped and also when …
…options were null. This change uses the Builder to manage null options and provide a fallback. It also uses a normal blade variable instead of an unguarded variable so the value is properly escaped.
- Loading branch information
Peter Thomson
committed
Aug 2, 2024
1 parent
e0776ad
commit ae8c7c8
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters