Skip to content

Commit 2c8e733

Browse files
committed
knip error
1 parent 683a0ce commit 2c8e733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/gsApp/views/seerAutomation/components/repoDetails/repoDetailsForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function ensureOnCommandPhraseTrigger(triggers: string[] | null | undefined): st
2929
return triggers;
3030
}
3131

32-
export function CodeReviewTriggerMultiValueRemove(
32+
function CodeReviewTriggerMultiValueRemove(
3333
props: React.ComponentProps<typeof SelectComponents.MultiValueRemove>
3434
) {
3535
if (props.data?.value === 'on_command_phrase') {

0 commit comments

Comments
 (0)