Skip to content

Commit

Permalink
making fee record only required if private fee is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
onetrickwolf committed Oct 4, 2023
1 parent d27ee3d commit 3b356cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions website/src/tabs/develop/execute/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const Execute = () => {
}, []);

const execute = async (values) => {
console.log(values)
setModalModalOpen(true);
setLoading(true);
try {
Expand Down Expand Up @@ -393,10 +392,10 @@ export const Execute = () => {
{
required:
getFieldValue(
"execute_onchain"
"private_fee"
),
message:
"Fee record needed for on-chain execution",
"Fee record needed for for private fee",
},
]}
>
Expand Down

0 comments on commit 3b356cf

Please sign in to comment.