mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
hide disabled Add Skills button (#8782)
This commit is contained in:
parent
18e0668aaf
commit
3d2d81e5e6
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ export default function SkillsView() {
|
||||||
variant="outline"
|
variant="outline"
|
||||||
size="sm"
|
size="sm"
|
||||||
className="flex items-center gap-2"
|
className="flex items-center gap-2"
|
||||||
disabled
|
hidden
|
||||||
title={intl.formatMessage(i18n.comingSoon)}
|
title={intl.formatMessage(i18n.comingSoon)}
|
||||||
>
|
>
|
||||||
<Plus className="w-4 h-4" />
|
<Plus className="w-4 h-4" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue