Skip to content

Commit 14e25b8

Browse files
committed
#67 fixed message
1 parent 6b9ef0b commit 14e25b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/modules/activities-management/store/activity-management.reducers.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export function activityManagementReducer(state: ActivityState = initialState, a
6060
return {
6161
...state,
6262
isLoading: true,
63-
message: 'Activity removed successfully!',
6463
};
6564
}
6665

@@ -77,7 +76,7 @@ export function activityManagementReducer(state: ActivityState = initialState, a
7776
return {
7877
data: [],
7978
isLoading: false,
80-
message: 'Something went wrong creating activities!',
79+
message: 'Something went wrong deleting activity!',
8180
};
8281
}
8382
default:

0 commit comments

Comments
 (0)