Render inherited headers in UI

This commit is contained in:
Gregory Schier
2025-05-23 08:18:29 -07:00
parent 4cd2e9cd31
commit 31605881ac

View File

@@ -55,6 +55,10 @@ export function HeadersEditor({
onMove={() => {}}
pair={ensurePairId(pair)}
stateKey={null}
nameAutocompleteFunctions
nameAutocompleteVariables
valueAutocompleteFunctions
valueAutocompleteVariables
/>
))}
</div>