Fixed selections values (#2968)

This commit is contained in:
Erik Jan de Wit 2022-07-27 18:11:06 +02:00 committed by GitHub
parent 0cb0e4589e
commit 7f159102d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}