mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
providers: complete?
This commit is contained in:
parent
552e3effb8
commit
b6bd300e1b
14 changed files with 150 additions and 29 deletions
|
@ -286,7 +286,9 @@ function* cropAShotSaga(params) {
|
|||
}
|
||||
|
||||
function setProviderSaga({ provider }) {
|
||||
editor.setProvider(provider);
|
||||
return editor.setProvider(provider);
|
||||
|
||||
// return put(setMode(MODES.NONE))
|
||||
}
|
||||
|
||||
export function* userSaga() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue