Skip to content

Commit

Permalink
FIX: rendering vue props in BaseNotification
Browse files Browse the repository at this point in the history
  • Loading branch information
girafffee committed May 5, 2021
1 parent 2c4de03 commit 0c1ceaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JetEngine/BaseNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function register_assets() {
public function register_assets_before() {
}

public function component_props() {
public function vue_component_props() {
return array(
':fields' => 'availableFields'
);
Expand Down

0 comments on commit 0c1ceaa

Please sign in to comment.