Skip to content

Commit

Permalink
#1551 do not allow to assign 'Pose' tag category
Browse files Browse the repository at this point in the history
  • Loading branch information
matej-vavrek committed Nov 26, 2024
1 parent cb78550 commit 6287c43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ export const NON_ASSIGNABLE_CATEGORIES = [
'CanonSites',
'CrystalformSites',
'Quatassemblies',
'Crystalforms'
'Crystalforms',
'Pose'
];

export const PLURAL_TO_SINGULAR = {
Expand Down

0 comments on commit 6287c43

Please sign in to comment.