fix: Save regression from flow refactor
This commit is contained in:
@ -11,7 +11,7 @@ export default class BaseModel {
|
|||||||
this.store = store;
|
this.store = store;
|
||||||
}
|
}
|
||||||
|
|
||||||
save = async (params: Object = {}) => {
|
save = async (params: ?Object) => {
|
||||||
this.isSaving = true;
|
this.isSaving = true;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Reference in New Issue
Block a user