feat: Adds the ability to edit and delete custom attributes (#2982)

* feat: Adds the ability to edit and delete custom attributes

* Review fixes

* Minor fixes

* Adds specs

* Minor fixes

* Update settings.routes.js

Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
Sivin Varghese
2021-09-13 03:26:18 -07:00
committed by GitHub
co-authored by Muhsin Keloth
parent 571fefd7cd
commit 26a3150fd8
8 changed files with 325 additions and 42 deletions
@@ -7,6 +7,8 @@ export const state = {
uiFlags: {
isFetching: false,
isCreating: false,
isUpdating: false,
isDeleting: false,
},
};