After copying api switches to the new one.
This commit is contained in:
parent
11487038ef
commit
70a1794e86
|
|
@ -250,6 +250,8 @@ function* handleMoveOrCopySaga(actionPayload: ReduxAction<{ id: string }>) {
|
|||
);
|
||||
if (values.id === id) {
|
||||
yield put(initialize(API_EDITOR_FORM_NAME, action));
|
||||
} else {
|
||||
yield put(changeApi(id));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user