mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-11 05:06:39 +00:00
Pull up downstream changes
This commit is contained in:
@@ -67,7 +67,8 @@ export default async function ResourcesPage(props: ResourcesPageProps) {
|
||||
resource.whitelist
|
||||
? "protected"
|
||||
: "not_protected",
|
||||
enabled: resource.enabled
|
||||
enabled: resource.enabled,
|
||||
domainId: resource.domainId || undefined
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user