Improves column key extraction in header drawer

Enhances column key retrieval to use consistent key format
Adds null check for filter template to prevent potential errors
Uses buildKeyFromColumn() for more robust key generation
This commit is contained in:
Janus C. H. Knudsen 2025-12-15 21:25:01 +01:00
parent 9777f463b5
commit 58cedb9fad
2 changed files with 5 additions and 2 deletions

View file

@ -12,7 +12,8 @@
"Bash(npm install:*)",
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(npm run css:analyze:*)",
"Bash(npm run test:run:*)"
"Bash(npm run test:run:*)",
"Bash(cd:*)"
],
"deny": [],
"ask": []