From d71150eca826a4653f9af56b20c8b5b2ad5824e4 Mon Sep 17 00:00:00 2001 From: Sahil Date: Thu, 28 Dec 2023 14:40:54 +0530 Subject: [PATCH] fix: modified the floatingButtonGroup code to have only one focus (#3167) --- .../twenty-docs/src/ui/input/button/floatingButtonGroupCode.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/twenty-docs/src/ui/input/button/floatingButtonGroupCode.js b/packages/twenty-docs/src/ui/input/button/floatingButtonGroupCode.js index 0e179f324..f3508c79d 100644 --- a/packages/twenty-docs/src/ui/input/button/floatingButtonGroupCode.js +++ b/packages/twenty-docs/src/ui/input/button/floatingButtonGroupCode.js @@ -25,7 +25,6 @@ export const MyComponent = () => { applyShadow={true} applyBlur={true} disabled={false} - focus={true} /> );