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:
@@ -199,7 +199,7 @@ export class RecordsPage extends Page {
|
||||
}
|
||||
}
|
||||
|
||||
recordDialog() {
|
||||
recordDialog(): JSX.Element | JSX.Element[] {
|
||||
return (
|
||||
<mwc-dialog
|
||||
id="add-record-dialog"
|
||||
|
Reference in New Issue
Block a user