CE-1646 pass useCase (filter or form) into DynamicSelect and down to possibleValue backend calls

This commit is contained in:
2024-08-23 08:51:24 -05:00
parent 93f5bb688c
commit 418f7957a2
6 changed files with 12 additions and 5 deletions

View File

@ -183,6 +183,7 @@ function QDynamicForm({formData, formLabel, bulkEditMode, bulkEditSwitchChangeHa
bulkEditMode={bulkEditMode}
bulkEditSwitchChangeHandler={bulkEditSwitchChanged}
otherValues={otherValuesMap}
useCase="form"
/>
{formattedHelpContent}
</Grid>