diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 05abfcd..0805b03 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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 diff --git a/src/App.tsx b/src/App.tsx index 7067bed..c092f17 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -10,7 +10,6 @@ import { Icon, Tooltip, VerticalGroup, - Badge, } from "@grafana/ui"; import Header from "./components/Header"; import ConfigEditor from "./components/ConfigEditor"; @@ -77,7 +76,6 @@ function App() { {converterEnabled && ( )}