Skip to content

Commit

Permalink
feat: improve simulation component and add proper credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
juliopavila committed Mar 18, 2024
1 parent 6a655b7 commit d64b11b
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 362 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ const submitTransaction = () => {
...currentConnextModelValue.value,
transactionBatchType: transactionBatchTypeSelected.value
});
// emit('update:connextModelValue', currentConnextModelValue.value);
}
emit('close');
};
Expand Down
Loading

0 comments on commit d64b11b

Please sign in to comment.