You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connected with a wallet that is the owner of a nested safe the Add proposer button is enabled but it is not possible to add a proposer through a nested safe signature so the button needs to be disabled.
Steps to reproduce
Open a Safe A that has another Safe B as owner
Connect with a wallet that is an owner of Safe B
Go to the settings page
Expected result
The Add proposer button is enabled
Obtained result
The Add proposer should be disabled
The text was updated successfully, but these errors were encountered:
Instead of adjusting the CheckWallet component I will create a new OnlyOwner component since we know that this button should only be available to owners and it reduces the scope and risk of breaking the behaviour a lot.
Bug description
When connected with a wallet that is the owner of a nested safe the Add proposer button is enabled but it is not possible to add a proposer through a nested safe signature so the button needs to be disabled.
Steps to reproduce
Expected result
The Add proposer button is enabled
Obtained result
The Add proposer should be disabled
The text was updated successfully, but these errors were encountered: