added better default value (#27594)
fixes: #27548 Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
This commit is contained in:
parent
4feb776d3d
commit
c6210b773f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ export default function CreateFlow() {
|
|||
label={t("flowType")}
|
||||
labelIcon={t("topLevelFlowTypeHelp")}
|
||||
aria-label={t("selectFlowType")}
|
||||
controller={{ defaultValue: "" }}
|
||||
controller={{ defaultValue: TYPES[0] }}
|
||||
options={TYPES.map((type) => ({
|
||||
key: type,
|
||||
value: t(`top-level-flow-type.${type}`),
|
||||
|
|
Loading…
Reference in a new issue