Change region label

This commit is contained in:
Oliver-Akins 2025-05-18 12:16:25 -06:00
parent cf4be4163e
commit f66510c811

View file

@ -57,7 +57,7 @@ export class TableManager extends HandlebarsApplicationMixin(ApplicationV2) {
};
// #endregion Options
// #region Selected Table
// #region Instance Data
#_selectedTable = ``;
_selectedSubtable = ``;
get _selectedTable() {
@ -74,7 +74,7 @@ export class TableManager extends HandlebarsApplicationMixin(ApplicationV2) {
}
return this._selectedTable;
};
// #endregion Selected Table
// #endregion Instance Data
// #region Lifecycle
async render({ userUpdated, ...opts } = {}) {