Skip to content

Commit

Permalink
Updated minor change
Browse files Browse the repository at this point in the history
Signed-off-by: chaitali-mane <cmane@progress.com>
  • Loading branch information
chaitali-mane committed Sep 27, 2021
1 parent d4b1b4b commit 211fc5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export enum ServerActionTypes {
DELETE_SUCCESS = 'SERVER::CREATE::DELETE::SUCCESS',
DELETE_FAILURE = 'SERVER::CREATE::DELETE::FAILURE',
GET_USERS = 'SERVER::GET_USERS',
GET_USERS_SUCCESS = 'SERVER::GET_USERS::FAILURE',
GET_USERS_SUCCESS = 'SERVER::GET_USERS::SUCCESS',
GET_USERS_FAILURE = 'SERVER::GET_USERS::FAILURE'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ export interface ServerEntityState extends EntityState<Server> {
getStatus: EntityStatus;
updateStatus: EntityStatus;
deleteStatus: EntityStatus;
getUsers: {
users: User[];
};
getUsers: User[];
getUsersStatus: EntityStatus;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ chef-page-header {
}

.meta-box {
display: flex;
border: 0.5px solid $chef-key-tab;
border-radius: 4px;
margin-bottom: 4em;
Expand Down

0 comments on commit 211fc5b

Please sign in to comment.