chore: Upgrade flow (#1854)
* wip: upgrade flow * chore: More sealed props improvements * Final fixes
This commit is contained in:
@ -11,7 +11,7 @@ export default class BaseModel {
|
||||
this.store = store;
|
||||
}
|
||||
|
||||
save = async (params: ?Object) => {
|
||||
save = async (params: Object = {}) => {
|
||||
this.isSaving = true;
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user