Skip to content

Commit

Permalink
feat: enable conversion (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
theSuess authored May 2, 2024
1 parent e399df3 commit b3bc408
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
workflow_dispatch:
env:
REACT_APP_FARO_URL: ${{ secrets.REACT_APP_FARO_URL }}
REACT_APP_CONVERT_ENDPOINT: 'https://alloy-configurator-wcwoo.ondigitalocean.app/convert'

permissions:
contents: read
Expand Down
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
Icon,
Tooltip,
VerticalGroup,
Badge,
} from "@grafana/ui";
import Header from "./components/Header";
import ConfigEditor from "./components/ConfigEditor";
Expand Down Expand Up @@ -77,7 +76,6 @@ function App() {
</Button>
{converterEnabled && (
<Button onClick={openConverter} variant="secondary">
<Badge text="New" icon="rocket" color="green" />
Convert your existing configuration
</Button>
)}
Expand Down

0 comments on commit b3bc408

Please sign in to comment.