Hi, I've run into a super strange bug with module inputs. I have two update forms stored as modules vendorUpdate and labelUpdate. The vendorUpdate form works as expected. It has a vendor input variable defined with a default value of a hash. This default value is overwritten by the parent app and pre-populates editable fields.
The labelUpdate is a duplicate of the vendorUpdate. It functions very similarly. I deleted the vendor input variable and created a label input with different keys in the default hash. However, when using the new input for default values (i.e. label.value.prefix) it uses the deleted vendor input variable (which doesn't have the same keys but still returns a value). The States > moduleContainer sidebar still lists the old vendor input variable and no label variable. I've tried clearing cache and recreating/ deleting the vendor input. All screenshots are from the labelUpdate module editor. TIA



