Skip to content

Commit

Permalink
fix(ui) Fix NPE in pluralize function (#12629)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscollins3456 authored Feb 25, 2025
1 parent 2396f0e commit f14c42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-service/war/src/main/resources/boot/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"privileges": [
"VIEW_DATASET_USAGE",
"VIEW_DATASET_PROFILE",
"VIEW_DATASET_OPERATIONS_PRIVILEGE"
"VIEW_DATASET_OPERATIONS"
],
"displayName": "All Users - View Dataset Sensitive Information",
"description": "Grants viewing privileges of usage and profile information of all datasets for all users",
Expand Down

0 comments on commit f14c42d

Please sign in to comment.