Change region label
This commit is contained in:
parent
cf4be4163e
commit
f66510c811
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ export class TableManager extends HandlebarsApplicationMixin(ApplicationV2) {
|
||||||
};
|
};
|
||||||
// #endregion Options
|
// #endregion Options
|
||||||
|
|
||||||
// #region Selected Table
|
// #region Instance Data
|
||||||
#_selectedTable = ``;
|
#_selectedTable = ``;
|
||||||
_selectedSubtable = ``;
|
_selectedSubtable = ``;
|
||||||
get _selectedTable() {
|
get _selectedTable() {
|
||||||
|
|
@ -74,7 +74,7 @@ export class TableManager extends HandlebarsApplicationMixin(ApplicationV2) {
|
||||||
}
|
}
|
||||||
return this._selectedTable;
|
return this._selectedTable;
|
||||||
};
|
};
|
||||||
// #endregion Selected Table
|
// #endregion Instance Data
|
||||||
|
|
||||||
// #region Lifecycle
|
// #region Lifecycle
|
||||||
async render({ userUpdated, ...opts } = {}) {
|
async render({ userUpdated, ...opts } = {}) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue