expand sub tasks
This commit is contained in:
@@ -16,7 +16,6 @@ const initialState: IProjectDrawerState = {
|
||||
project: null,
|
||||
};
|
||||
|
||||
|
||||
export const fetchProjectData = createAsyncThunk(
|
||||
'project/fetchProjectData',
|
||||
async (projectId: string, { rejectWithValue, dispatch }) => {
|
||||
|
||||
Reference in New Issue
Block a user