Skip to content

Commit 5f7151c

Browse files
committed
fix
1 parent f02e152 commit 5f7151c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/governance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function applyRestrictions(allowedSelectors) {
6868
console.log('Ancestor Elements:', ancestorElements);
6969
ancestorElements.forEach(element => {
7070
element.removeAttribute('data-aue-model');
71-
sectionParent.dataset.aueVerified = 'empty';
71+
element.dataset.aueFilter = 'empty';
7272
element.dataset.aueVerified = 'true';
7373
if (isDebugMode) {
7474
element.style.border = '2px solid orange';

0 commit comments

Comments
 (0)