Skip to content

Commit 9a77b90

Browse files
committed
fix: comment out Vorarbeit button from model selector dropdown
Vorarbeit (notebook enrich) should not be a feature icon in the balanced mode dropdown.
1 parent d0a4ce3 commit 9a77b90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/src/components/common/FeatureIcons.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ const FeatureIcons = ({
450450
</div>
451451
</button>
452452

453-
<button
453+
{/* <button
454454
className={`balanced-dropdown-item ${useNotebookEnrich ? 'active' : ''}`}
455455
onClick={(event) => {
456456
event.stopPropagation();
@@ -463,7 +463,7 @@ const FeatureIcons = ({
463463
<span className="balanced-dropdown-title">Vorarbeit</span>
464464
<span className="balanced-dropdown-desc">Schneller Vorentwurf als Ausgangspunkt.</span>
465465
</div>
466-
</button>
466+
</button> */}
467467
</DropdownPortal>
468468

469469
{/* Content Dropdown */}

0 commit comments

Comments
 (0)