upd: tambah project
Deskripsi: - mengganti metode tambah anggota pada fitur tambah project No Issues
This commit is contained in:
@@ -19,6 +19,7 @@ import projectUpdate from './projectUpdate';
|
||||
import taskCreate from './taskCreate';
|
||||
import taskUpdate from './taskUpdate';
|
||||
import userReducer from './userSlice';
|
||||
import groupChoose from './groupChoose';
|
||||
|
||||
const store = configureStore({
|
||||
reducer: {
|
||||
@@ -42,6 +43,7 @@ const store = configureStore({
|
||||
dokumenUpdate: dokumenUpdate,
|
||||
notificationUpdate: notificationUpdate,
|
||||
calendarCreate: calendarCreate,
|
||||
groupChoose: groupChoose,
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user