Fixed selections values (#2968)
This commit is contained in:
parent
0cb0e4589e
commit
7f159102d8
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export const BindFlowDialog = ({ flowAlias, onClose }: BindFlowDialogProps) => {
|
|||
onChange(value.toString());
|
||||
toggle();
|
||||
}}
|
||||
selections={t(`flow.${value}`)}
|
||||
selections={value}
|
||||
variant={SelectVariant.single}
|
||||
aria-label={t("bindingFlow")}
|
||||
isOpen={open}
|
||||
|
|
Loading…
Reference in a new issue