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 deleting a network we also need to delete it from our application state
When changing a name of an network we also need to sync that name change in application state
Changing the name of a network that is selected the new name should show in selected network
Actual behavior
When deleting a network: That network still lingers in the blockchainApplicationState
When changing a name of a network: We make a "POST" instead of a "PUT" to our blockchainApplicationState resulting in duplicated applications where just the name/key is changed.
Changing the name of a network results in a blank name as selected
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
The text was updated successfully, but these errors were encountered:
Expected behavior
Actual behavior
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
The text was updated successfully, but these errors were encountered: