Translation followup (#9735)
Address PR comments and more progress on translation
This commit is contained in:
@ -179,9 +179,7 @@ export const WorkflowSingleRecordPicker = ({
|
||||
/>
|
||||
</RecordPickerComponentInstanceContext.Provider>
|
||||
}
|
||||
dropdownHotkeyScope={{
|
||||
scope: dropdownId,
|
||||
}}
|
||||
dropdownHotkeyScope={{ scope: dropdownId }}
|
||||
/>
|
||||
</DropdownScope>
|
||||
</StyledFormSelectContainer>
|
||||
|
||||
@ -132,9 +132,7 @@ export const WorkflowVariablesDropdownFieldItems = ({
|
||||
<DropdownMenuHeader
|
||||
StartIcon={IconChevronLeft}
|
||||
onClick={goBack}
|
||||
style={{
|
||||
position: 'fixed',
|
||||
}}
|
||||
style={{ position: 'fixed' }}
|
||||
>
|
||||
<OverflowingTextWithTooltip text={headerLabel} />
|
||||
</DropdownMenuHeader>
|
||||
|
||||
Reference in New Issue
Block a user