safe-global / safe-react-apps

A repository for applications for Safe Web Interface
MIT License
98 stars 73 forks source link

Inaccurate success dialogue in transaction builder #806

Open jmealy opened 4 months ago

jmealy commented 4 months ago

Bug description

When creating a single transaction from the transaction builder, and executing immediately, the success dialogue will tell you that your transaction batch is ready to execute, even though it has already been executed.

Environment

Steps to reproduce

  1. Go to the transaction builder, create a single transaction, and select create batch -> send batch.
  2. Execute the batch.
  3. Click Finish

Expected result

The success modal should only prompt you to sign/execute the batch if you have not already done so.

Obtained result

The success modal shown prompts you to execute the batch transaction, despite just having done so. [1]

Screenshots

[1] image