mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
feat: Preserve original format of images, change interpolation kernel
Closes #349
This commit is contained in:
parent
73abed65b5
commit
05b57142f9
17 changed files with 212 additions and 103 deletions
|
@ -24,6 +24,7 @@ export function* createProjectManager(projectId, data) {
|
|||
({ item: projectManager } = yield call(request, api.createProjectManager, projectId, data));
|
||||
} catch (error) {
|
||||
yield put(actions.createProjectManager.failure(localId, error));
|
||||
return;
|
||||
}
|
||||
|
||||
yield put(actions.createProjectManager.success(localId, projectManager));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue