Skip to content

Commit 4ad52e7

Browse files
promatiktabacitu
andauthored
Update src/resources/views/crud/inc/form_fields_script.blade.php
Co-authored-by: Cristian Tăbăcitu <[email protected]>
1 parent 2f61860 commit 4ad52e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/crud/inc/form_fields_script.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class CrudField {
8080
if(this.isSubfield) {
8181
window.crud.subfieldsCallbacks[this.parent.name] ??= [];
8282
window.crud.subfieldsCallbacks[this.parent.name].push({ closure, field: this });
83-
this.wrapper.trigger('CrudField:callbacksUpdated');
83+
this.wrapper.trigger('CrudField:subfieldCallbacksUpdated');
8484
return this;
8585
}
8686

0 commit comments

Comments
 (0)