1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

fix: 🏷️ Return type recordsDialog()

This commit is contained in:
Maicol Battistini
2022-01-28 14:31:29 +01:00
parent c0372ccc0d
commit f9e4c3d06b

View File

@@ -199,7 +199,7 @@ export class RecordsPage extends Page {
}
}
recordDialog(): JSX.Element | JSX.Element[] {
recordDialog(): Children {
return (
<mwc-dialog
id="add-record-dialog"