Add "Other" to Common Source Types

This commit is contained in:
Mike Simpson 2023-07-26 17:08:39 +01:00
parent b03da44d6b
commit 04843057b6

View File

@ -16,7 +16,8 @@ export const commonSourceTypes = [
"Other independently managed public database", "Other independently managed public database",
"Commercial database", "Commercial database",
"Inferred computationally using existing open attribute data", "Inferred computationally using existing open attribute data",
"Synthetic data" "Synthetic data",
"Other"
]; ];
/** /**