From f28fcdc216b086ae038df4b17838bb06ae0fb15c Mon Sep 17 00:00:00 2001 From: Tony Vi Date: Tue, 28 Feb 2023 17:00:05 +0200 Subject: [PATCH] fix(GoalParentComboBox): check value to get right button text --- src/components/GoalParentComboBox.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/GoalParentComboBox.tsx b/src/components/GoalParentComboBox.tsx index f3ad5c89e..047e4a38c 100644 --- a/src/components/GoalParentComboBox.tsx +++ b/src/components/GoalParentComboBox.tsx @@ -59,6 +59,7 @@ const fetcher = createFetcher((_, query: string) => ({ }, { id: true, + key: true, title: true, description: true, flowId: true, @@ -110,7 +111,7 @@ export const GoalParentComboBox = React.forwardRef