Proxy host modal basis, other improvements

This commit is contained in:
Jamie Curnow
2025-09-30 22:31:12 +10:00
parent abdf8866e0
commit d0767baafa
22 changed files with 667 additions and 95 deletions

View File

@@ -131,7 +131,7 @@ export default function (tokenString) {
const rows = await query;
objects = [];
_.forEach(rows, (ruleRow) => {
result.push(ruleRow.id);
objects.push(ruleRow.id);
});
// enum should not have less than 1 item