form view fix

This commit is contained in:
Jan Prochazka
2021-01-14 19:50:53 +01:00
parent 4328107a1d
commit 8b340e9b7e
2 changed files with 3 additions and 2 deletions

View File

@@ -534,6 +534,7 @@ export abstract class GridDisplay {
columns.map((x) => x.columnName)
)
: null,
formViewKeyRequested: null,
}));
}
}