You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DetailField component does not include the actionExecuted method. I guess the component was build like the Laravel Nova Detail/Panel component but this one use the BehaveAsPanel mixin which include the actionExecuted method.
/** * Handle the actionExecuted event and pass it up the chain. */actionExecuted(){this.$emit('actionExecuted')},
`
Hello,
I got many warnings on my model detail page, one for each fields.
I dont see any actionExecuted method in the component.
Thank you,
The text was updated successfully, but these errors were encountered: