We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683a0ce commit 2c8e733Copy full SHA for 2c8e733
static/gsApp/views/seerAutomation/components/repoDetails/repoDetailsForm.tsx
@@ -29,7 +29,7 @@ function ensureOnCommandPhraseTrigger(triggers: string[] | null | undefined): st
29
return triggers;
30
}
31
32
-export function CodeReviewTriggerMultiValueRemove(
+function CodeReviewTriggerMultiValueRemove(
33
props: React.ComponentProps<typeof SelectComponents.MultiValueRemove>
34
) {
35
if (props.data?.value === 'on_command_phrase') {
0 commit comments