mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-04 03:24:09 +00:00
add toggle resource visibility closes #442
This commit is contained in:
@@ -63,7 +63,8 @@ export default async function ResourcesPage(props: ResourcesPageProps) {
|
||||
resource.pincodeId !== null ||
|
||||
resource.whitelist
|
||||
? "protected"
|
||||
: "not_protected"
|
||||
: "not_protected",
|
||||
enabled: resource.enabled
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user