From 11aab568daaf0194520d502e353d70e4f70e811e Mon Sep 17 00:00:00 2001 From: Wikid82 Date: Wed, 19 Nov 2025 22:17:59 -0500 Subject: [PATCH] fix: update script and stylesheet references in index.html; modify conflicts prop in ImportReviewTable to use keys --- frontend/dist/index.html | 4 ++-- frontend/src/components/ImportReviewTable.tsx | 2 +- frontend/src/pages/ImportCaddy.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/dist/index.html b/frontend/dist/index.html index a5507bec..e60c0a57 100644 --- a/frontend/dist/index.html +++ b/frontend/dist/index.html @@ -5,8 +5,8 @@ Caddy Proxy Manager+ - - + +
diff --git a/frontend/src/components/ImportReviewTable.tsx b/frontend/src/components/ImportReviewTable.tsx index 1fd6e404..605a7f94 100644 --- a/frontend/src/components/ImportReviewTable.tsx +++ b/frontend/src/components/ImportReviewTable.tsx @@ -1,4 +1,4 @@ -import { useMemo, useState } from 'react' +import { useState } from 'react' interface HostPreview { domain_names: string diff --git a/frontend/src/pages/ImportCaddy.tsx b/frontend/src/pages/ImportCaddy.tsx index b29a4d4d..29ac144b 100644 --- a/frontend/src/pages/ImportCaddy.tsx +++ b/frontend/src/pages/ImportCaddy.tsx @@ -134,7 +134,7 @@ api.example.com { {showReview && preview && preview.preview && ( setShowReview(false)}