Skip to content

Commit ca3d7d9

Browse files
committed
Only show workspace labels
1 parent 099853e commit ca3d7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/ListLabelsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function data(ServerRequestInterface $request, Document $document)
6060
return [];
6161
}
6262

63-
return $this->labels->getAll()->nodes;
63+
return $this->labels->getWorkspaceLabels()->nodes;
6464
}
6565
}
6666

0 commit comments

Comments
 (0)