1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-23 06:47:40 +01:00

fix: 🏷️ Fix tipo sezioni sbagliato

This commit is contained in:
Maicol Battistini 2021-10-04 23:17:48 +02:00
parent fabf83641e
commit 418f58c068
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A

View File

@ -78,7 +78,7 @@ export default class RecordsPage extends Page {
columns: { [string]: [string] | ColumnT } | ColumnT[];
rows: string[][] = [];
sections: { [string]: SectionT } | [SectionT];
sections: { [string]: SectionT } | SectionT[];
recordDialog: Children = <mwc-dialog id="add-record-dialog"
heading={this.__('Aggiungi nuovo record')}>