Skip to content

Commit

Permalink
Fix a compatibility issue with nystudio107/craft-plugin-vite 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Aug 14, 2024
1 parent 30cfb46 commit 28fa254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static function registerAsset(string $path): void
'depends' => [
FormsAsset::class,
],
'onload' => '',
'onload' => true,
];

$styleOptions = [
Expand Down

0 comments on commit 28fa254

Please sign in to comment.