mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-03 22:02:12 +08:00
Fix: caddy widget broken in 0.9.1 (#3579)
This commit is contained in:
@@ -8,7 +8,7 @@ export default function Component({ service }) {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const { widget } = service;
|
||||
const { data: resultData, error: resultError } = useWidgetAPI(widget, "result");
|
||||
const { data: resultData, error: resultError } = useWidgetAPI(widget, "upstreams");
|
||||
|
||||
if (resultError) {
|
||||
return <Container service={service} error={resultError} />;
|
||||
|
||||
Reference in New Issue
Block a user