We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3fe7bd commit f19c034Copy full SHA for f19c034
1 file changed
resources/js/inbox-rules/components/InboxRuleFillData.vue
@@ -55,7 +55,6 @@ export default {
55
});
56
this.receiveEvent("formSubmit", (data) => {
57
// Use buttonInfo from event if it's a valid object, otherwise use lastClickedButton
58
- // Note: There's a bug in screen-builder where buttonInfo arrives as `false` instead of the object
59
let submitData = null;
60
if (data && typeof data === "object" && !Array.isArray(data)) {
61
submitData = data;
0 commit comments