Skip to content

Commit

Permalink
Fix add data source button
Browse files Browse the repository at this point in the history
  • Loading branch information
eatonphil committed May 10, 2022
1 parent 6780870 commit ebacfaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/ConnectorList.tsx
Expand Up @@ -45,10 +45,10 @@ function NewConnector({
open();
}}
>
Add Panel
Add Data Source
</Button>
)}
title="Add Panel"
title="Add Data Source"
groups={groups}
/>
);
Expand Down

0 comments on commit ebacfaa

Please sign in to comment.