mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-12 12:02:09 +08:00
Add setting to hide widgets on failure
This commit is contained in:
@@ -11,7 +11,7 @@ export default function Component({ service }) {
|
||||
|
||||
if (appsError || messagesError || clientsError) {
|
||||
const finalError = appsError ?? messagesError ?? clientsError;
|
||||
return <Container error={finalError} />;
|
||||
return <Container service={service} error={finalError} />;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user