We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bbe25 commit 0ce40e3Copy full SHA for 0ce40e3
frontend/src/pages/Project/Details/Settings/index.tsx
@@ -201,7 +201,7 @@ export const ProjectSettings: React.FC = () => {
201
iconName="script"
202
variant={expanded ? 'normal' : 'primary'}
203
onClick={() => setExpanded((prev) => !prev)}
204
- ></Button>
+ />
205
}
206
// headerInfo={<InfoLink onFollow={() => openHelpPanel(CLI_INFO)} />}
207
>
0 commit comments