Skip to content

Commit ad2c5d7

Browse files
#1324 (#408)
* - additional fixes from #1321 * Squashed commit of the following: commit c347cb3 Author: Boris Kovar <boris.kovar@m2ms.sk> Date: Tue Feb 6 09:25:50 2024 +0100 - implemented #1277 * - #1277 - moved Xtalforms tags to observations * - implemented #1324
1 parent b93571a commit ad2c5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/constants/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const CATEGORY_TYPE_BY_ID = {
5252
4: CATEGORY_TYPE.OTHER
5353
};
5454

55-
export const OBSERVATION_TAG_CATEGORIES = ['ConformerSites', 'XtalformSites', 'Quatassemblies'];
55+
export const OBSERVATION_TAG_CATEGORIES = ['ConformerSites', 'CrystalformSites', 'Quatassemblies', 'Crystalforms'];
5656
export const COMPOUND_PRIO_TAG_CATEGORIES = ['CanonSites'];
5757

5858
export const TAG_TYPE = {

0 commit comments

Comments
 (0)