From 6d66afe90a22b921a760c6a804599903f8b5dbe7 Mon Sep 17 00:00:00 2001 From: orweis Date: Tue, 16 Sep 2025 17:04:38 +0300 Subject: [PATCH] fix attributes assigned under wrong key Signed-off-by: orweis --- source/components/pdp/PDPCheckComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/pdp/PDPCheckComponent.tsx b/source/components/pdp/PDPCheckComponent.tsx index c48ad104..463635f9 100644 --- a/source/components/pdp/PDPCheckComponent.tsx +++ b/source/components/pdp/PDPCheckComponent.tsx @@ -43,7 +43,7 @@ export default function PDPCheckComponent({ options }: PDPCheckProps) { ? options.resource.split(':')[1] : '', tenant: options.tenant, - ...resourceAttrs, + attributes: resourceAttrs, }, action: options.action, };