mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-14 21:22:08 +08:00
Add setting to hide widgets on failure
This commit is contained in:
@@ -10,7 +10,7 @@ export default function Component({ service }) {
|
||||
const { data: listData, error: listError } = useWidgetAPI(widget, "list");
|
||||
|
||||
if (listError) {
|
||||
return <Container error={listError} />;
|
||||
return <Container service={service} error={listError} />;
|
||||
}
|
||||
|
||||
const tasks = listData?.data?.tasks;
|
||||
|
||||
Reference in New Issue
Block a user