@saltcorn/badges
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -206,2 +206,5 @@ const { span, button, i, a, script, div } = require("@saltcorn/markup/tags"); | ||
const possibles = await joinedTable.distinctValues(valField, ddWhere); | ||
possibles.sort((a, b) => | ||
(a?.toLowerCase?.() || a) > (b?.toLowerCase?.() || b) ? 1 : -1 | ||
); | ||
const addbadge = | ||
@@ -208,0 +211,0 @@ span( |
{ | ||
"name": "@saltcorn/badges", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Display badges from relationships", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25805
760