fix: Save regression from flow refactor

This commit is contained in:
Tom Moor
2021-01-31 12:53:52 -08:00
parent 620e4942d8
commit 7777cccf3b

View File

@ -11,7 +11,7 @@ export default class BaseModel {
this.store = store;
}
save = async (params: Object = {}) => {
save = async (params: ?Object) => {
this.isSaving = true;
try {