Fix
This commit is contained in:
parent
351a4ec4ea
commit
dd9e20411b
@ -19,5 +19,5 @@ export abstract class BaseFormComponent extends AutoUnsubscribe {
|
|||||||
return !this.valid || !this.changed;
|
return !this.valid || !this.changed;
|
||||||
}
|
}
|
||||||
|
|
||||||
abstract save(): Promise<void>;
|
abstract save(): Promise<any>;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user