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

fix: 🏷️ Allow array as return type

This commit is contained in:
Maicol Battistini
2022-01-27 23:46:13 +01:00
parent 820a2d7a1a
commit becebb8085

View File

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