chore: Fix loading state in the inbox settings page (#4926)
This commit is contained in:
@@ -53,7 +53,6 @@ describe('#getters', () => {
|
||||
isFetchingItem: false,
|
||||
isCreating: false,
|
||||
isUpdating: false,
|
||||
isUpdatingAutoAssignment: false,
|
||||
isDeleting: false,
|
||||
},
|
||||
};
|
||||
@@ -62,7 +61,6 @@ describe('#getters', () => {
|
||||
isFetchingItem: false,
|
||||
isCreating: false,
|
||||
isUpdating: false,
|
||||
isUpdatingAutoAssignment: false,
|
||||
isDeleting: false,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user