Allow to remove a Safe-app added manually #1260
Conversation
|
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
|
Travis automatic deployment: |
| const onAppRemoved: onAppRemovedHandler = useCallback( | ||
| (appId) => { | ||
| // update in-memory list | ||
| const appListCopy = [...appList] |
There was a problem hiding this comment.
nitpick: this could've been a one-liner using .filter
|
Could you please include meaningful PR name instead of just a number next time? |
|
@lukasschor should be working now |
|
Travis automatic deployment: |
1 similar comment
|
Travis automatic deployment: |
mmv08
left a comment
There was a problem hiding this comment.
Please address the comments before merging, otherwise it seems good 👍
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
An issue that wans't allowing the user to delete a custom app after reloading the page was fixed I tried by adding this App: https://ipfs.io/ipfs/Qmbn1LskQAgbtXbzRh3scSxa8VCgHKKuPJPFZiWiK4WgPD/ And making sure you can delete it whenever you need and add it again as well Looks good to me |

Closes #1014.
This PR Allows removing a Safe-app (added manually) from Manage Apps modal.