Patch Changes
-
f078905: Stop leaving an empty grid row when workflow fields are hidden
withWorkflownow injects a document-levelinputcomponent that filters the injectedstatusandassignmentsmembers out of the form when noworkflow.definitiontargets the document type. Previously the fields were only hidden visually, so Sanity's per-field comments wrapper (FieldStack) still occupied a grid row and pushed the remaining fields down. Anycomponents.inputthe document already declares is preserved and rendered with the filtered members.