no need for the controller alias either

This commit is contained in:
Niels Lyngsø
2023-07-26 09:11:55 +02:00
parent 7e910d20b2
commit de00b7a9f2

View File

@@ -19,8 +19,9 @@ export class UmbSectionAliasCondition extends UmbBaseController implements UmbEx
// TODO: Would be nice to make the object fully controllable by each condition, but requires some typing system.
this.permitted = sectionAlias === this.config.value;
this.#onChange();
},
'_observeSectionAlias'
}
//,
//'_observeSectionAlias'
);
//}
// Niels: As is of this state, contexts cannot be unprovided, so this code is not needed: