From 509cde8892af8b61f0fece1f109d784eb7309dc9 Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 13 Sep 2021 10:31:27 +0200 Subject: [PATCH] chore: reverting the smol changes to the public API Signed-off-by: blam --- .../StepPrepareCreatePullRequest/AutocompleteTextField.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-import/src/components/StepPrepareCreatePullRequest/AutocompleteTextField.tsx b/plugins/catalog-import/src/components/StepPrepareCreatePullRequest/AutocompleteTextField.tsx index 63115b69b0..98d741df15 100644 --- a/plugins/catalog-import/src/components/StepPrepareCreatePullRequest/AutocompleteTextField.tsx +++ b/plugins/catalog-import/src/components/StepPrepareCreatePullRequest/AutocompleteTextField.tsx @@ -37,7 +37,7 @@ type Props = { textFieldProps?: Omit; }; -export const AutocompleteTextField = ({ +export const AutocompleteTextField = ({ name, options, required,