Skip to content

Commit 9bbefc9

Browse files
authored
Merge pull request #5 from blomstra/only-show-workspace-labels
Only show workspace labels
2 parents 261d425 + ca3d7d9 commit 9bbefc9

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)