Skip to content

Commit af09e06

Browse files
author
Stefano Malagò
committed
Changed button text in ClusterHandler.tsx
1 parent 49760c6 commit af09e06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/components/v2/cluster_handler_component/ClusterHandler.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,11 @@ function ClusterHandler({taggingSession, taggingClusterSession, dispatchTaggingC
312312
ref={provided.innerRef}
313313
>
314314
<Button
315+
variant={'outlined'}
315316
title={`Switch to cluster ${result.cluster_idx + 1}`}
316317
onClick={() => setCluster(result.cluster_idx + 1)}
317318
>
318-
Select
319+
Switch to
319320
</Button>
320321
{
321322
result.clusters.map((resultCluster: ResultCluster, idx: number) =>

0 commit comments

Comments
 (0)