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:
parent
fabf83641e
commit
418f58c068
@ -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')}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user