Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'develop' into feature/approve-asset-transfer
  • Loading branch information
MiltonTulli committed Nov 29, 2022
commit a6a3c241c8e87331b822ce5dacac17fcb759b803
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const SetGuildConfigEditor: FC<ActionEditorProps> = ({
});

if (Object.keys(updatedValues).length > 0) {
return onSubmit(call);
return onSubmit([call]);
}
return setNoValueUpdatedError(true);
};
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.