diff --git a/module/Apps/TableManager.mjs b/module/Apps/TableManager.mjs index 2bd2e82..1bb6726 100644 --- a/module/Apps/TableManager.mjs +++ b/module/Apps/TableManager.mjs @@ -210,7 +210,7 @@ export class TableManager extends HandlebarsApplicationMixin(ApplicationV2) { }; async _prepareStringContext(ctx, table) { - ctx.buckets.choices = [...table.buckets.choices]; + ctx.buckets.choices = [...(table.buckets.choices ?? [])]; }; // #endregion Data Prep