From f79895a6a68ee65340d081a109dbf8b9b1974836 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Tue, 11 Oct 2022 23:06:04 +1100 Subject: [PATCH] make qr dialog input disabled, remove retry button --- src/components/Dialog/QRDialog.tsx | 1 + src/components/Widgets/ConfiguringWidget.tsx | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/src/components/Dialog/QRDialog.tsx b/src/components/Dialog/QRDialog.tsx index f6eabcdb..431626a4 100644 --- a/src/components/Dialog/QRDialog.tsx +++ b/src/components/Dialog/QRDialog.tsx @@ -108,6 +108,7 @@ export const QRDialog = ({ , action() { diff --git a/src/components/Widgets/ConfiguringWidget.tsx b/src/components/Widgets/ConfiguringWidget.tsx index a8a65e79..f3b3a39a 100644 --- a/src/components/Widgets/ConfiguringWidget.tsx +++ b/src/components/Widgets/ConfiguringWidget.tsx @@ -3,7 +3,6 @@ import React, { useEffect } from "react"; import { useDevice } from "@core/providers/useDevice.js"; import { AdjustmentsHorizontalIcon } from "@heroicons/react/24/outline"; -import { Button } from "../Button.js"; import { Card } from "../Card.js"; import { Dropdown } from "../Dropdown.js"; @@ -66,15 +65,6 @@ export const ConfiguringWidget = (): JSX.Element => { total={hardware.maxChannels ?? 0} /> -