Skip to content

Commit 0ce40e3

Browse files
committed
[UX] Improved UX of the project settings CLI section
1 parent 67bbe25 commit 0ce40e3

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/pages/Project/Details/Settings

1 file changed

+1
-1
lines changed

frontend/src/pages/Project/Details/Settings/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export const ProjectSettings: React.FC = () => {
201201
iconName="script"
202202
variant={expanded ? 'normal' : 'primary'}
203203
onClick={() => setExpanded((prev) => !prev)}
204-
></Button>
204+
/>
205205
}
206206
// headerInfo={<InfoLink onFollow={() => openHelpPanel(CLI_INFO)} />}
207207
>

0 commit comments

Comments
 (0)