mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-27 03:02:30 +00:00
✨ add and toggle site labels
This commit is contained in:
@@ -765,7 +765,7 @@ authenticated.put(
|
||||
labels.attachLabelToItem
|
||||
);
|
||||
|
||||
authenticated.delete(
|
||||
authenticated.put(
|
||||
"/org/:orgId/label/:labelId/detach",
|
||||
verifyValidLicense,
|
||||
verifyOrgAccess,
|
||||
|
||||
@@ -392,7 +392,7 @@ export async function listSites(
|
||||
.select({
|
||||
labelId: labels.labelId,
|
||||
name: labels.name,
|
||||
color: labels.name,
|
||||
color: labels.color,
|
||||
siteId: siteLabels.siteId
|
||||
})
|
||||
.from(labels)
|
||||
|
||||
Reference in New Issue
Block a user