## Description Don't allow submit a tx if the safe nonce was already used ## Environment - Browser: Chrome - Wallet: MetaMask - Chain: Rinkeby ## Steps to reproduce 1. Go to the send Fund or create tx in the safe app 2. open advanced parameters and set up safe nonce to already existed nonce in the history 3. click submit button Current result: 1. For safe apps: the tx stuckes in the submitting state 2. for send funds : create tx model is closed without any error and without the tx creation. The error appears only in the console ( see screenshot) ## Expected result The submit button should not be available if the safe nonce was already used ## Screenshots <img width="1428" alt="image" src="https://user-images.githubusercontent.com/338622/177329566-e985f047-f259-4ab7-b3a3-7e6208a5a384.png"> <img width="900" alt="image" src="https://user-images.githubusercontent.com/338622/177331038-399fc3e9-d900-422e-8c00-c51fa796ad24.png">
Description
Don't allow submit a tx if the safe nonce was already used
Environment
Steps to reproduce
Current result:
Expected result
The submit button should not be available if the safe nonce was already used
Screenshots