From b3bc408991974cc59d26645bd4bcfe72ee0e3abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20S=C3=BC=C3=9F?= Date: Thu, 2 May 2024 15:02:20 +0200 Subject: [PATCH] feat: enable conversion (#7) --- .github/workflows/deploy.yaml | 1 + src/App.tsx | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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 && ( )}