From 6c997bfc433dfaa1fc4ae465385563b7041d4768 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 7 Feb 2024 23:56:18 -0300 Subject: [PATCH] frontend: fix tab-switching on 'New task' page --- twenty-frontend/src/js/components/Tabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twenty-frontend/src/js/components/Tabs.tsx b/twenty-frontend/src/js/components/Tabs.tsx index c81a92e..99c066f 100644 --- a/twenty-frontend/src/js/components/Tabs.tsx +++ b/twenty-frontend/src/js/components/Tabs.tsx @@ -33,7 +33,7 @@ export function Tabs({ defaultLabel, labels, onChange }: Props) {
  • setActive(tab)} + onClick={(e) => [e.preventDefault(), setActive(tab)]} className="block p-2 text-smaller no-underline" > {tab.label}