RED-4590: Fixed some sonar cube issues
This commit is contained in:
parent
f9ef1003fd
commit
351a4ec4ea
@ -19,5 +19,5 @@ export abstract class BaseFormComponent extends AutoUnsubscribe {
|
||||
return !this.valid || !this.changed;
|
||||
}
|
||||
|
||||
abstract save(): unknown;
|
||||
abstract save(): Promise<void>;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user