v0.10.1
-
@lowdefy/modules-mongodb-contacts: ### Patch Changes
-
#98
b7ec1d8Thanks @JohannMoller! - Fix stable-Lowdefy build failure on the contacts new/edit forms. Both pages
render the company selector (get_companies_for_selector), which reads
state.cycle_check_self_id/state.cycle_check_ids, but neither page
initialised those state keys — so the build failed with 4_state
"no input block with this id exists" errors. Initialise both keys (tonull
and[], plain-picker defaults) in each page's mountSetState, matching the
pattern already used on contacts/view and companies new/edit/view.