Skip to content

Commit 4d84465

Browse files
authored
fix(integrations): hide from tool bar (#2544)
1 parent 9f91694 commit 4d84465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/blocks/blocks/spotify.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const SpotifyBlock: BlockConfig<ToolResponse> = {
1212
'Integrate Spotify into your workflow. Search for tracks, albums, artists, and playlists. Manage playlists, access your library, control playback, browse podcasts and audiobooks.',
1313
docsLink: 'https://docs.sim.ai/tools/spotify',
1414
category: 'tools',
15+
hideFromToolbar: true,
1516
bgColor: '#000000',
1617
icon: SpotifyIcon,
1718
subBlocks: [

0 commit comments

Comments
 (0)