Skip to content

Commit f19c034

Browse files
removed comment
1 parent d3fe7bd commit f19c034

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

resources/js/inbox-rules/components/InboxRuleFillData.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export default {
5555
});
5656
this.receiveEvent("formSubmit", (data) => {
5757
// 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
5958
let submitData = null;
6059
if (data && typeof data === "object" && !Array.isArray(data)) {
6160
submitData = data;

0 commit comments

Comments
 (0)