Skip to content

Commit c0c0b5e

Browse files
committed
fix: disable New Profile tile for now
until we implement the onclick handler
1 parent 6068e8c commit c0c0b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/plugin-codeflare/src/components/ProfileExplorer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default class ProfileExplorer extends React.PureComponent<Props, State> {
157157

158158
{
159159
<GridItem>
160-
<Tile className="codeflare--tile codeflare--tile-new" title="New Profile" icon={<PlusIcon />}>
160+
<Tile className="codeflare--tile codeflare--tile-new" title="New Profile" icon={<PlusIcon />} isDisabled>
161161
Customize a profile
162162
</Tile>
163163
</GridItem>

0 commit comments

Comments
 (0)