mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-13 00:18:50 +00:00
Add setting to hide widgets on failure
This commit is contained in:
parent
3d654e03c6
commit
bd1c2b1881
84 changed files with 103 additions and 93 deletions
|
@ -11,7 +11,7 @@ export default function Component({ service }) {
|
|||
const { data: targetsData, error: targetsError } = useWidgetAPI(widget, "targets");
|
||||
|
||||
if (targetsError) {
|
||||
return <Container error={targetsError} />;
|
||||
return <Container service={service} error={targetsError} />;
|
||||
}
|
||||
|
||||
if (!targetsData) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue