Skip to content

Commit 77c4f15

Browse files
committed
quick fixes
1 parent 56fb367 commit 77c4f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/shared/src/lib/components/record-modal/record-modal.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export class RecordModalComponent
271271
const { FormModalComponent } = await import(
272272
'../form-modal/form-modal.component'
273273
);
274-
const dialogRef = this.dialog.open(FormModalComponent, {
274+
this.dialog.open(FormModalComponent, {
275275
disableClose: true,
276276
data: {
277277
template: this.form.id,

0 commit comments

Comments
 (0)