Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 4438d22

Browse files
committed
label per key
1 parent e5c1fdb commit 4438d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/handlers/columns/GroupFolderColumnTextInputHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class GroupFolderColumnTextInputHandler extends AbstractSettingsHandler {
1515
const allowedColumns = new Set(
1616
Object.keys(columns)
1717
.filter((f) => columns[f].input === InputType.SELECT)
18-
.map((key) => columns[key].label),
18+
.map((key) => columns[key].key),
1919
);
2020

2121
settingsManager.cleanupFns.push(async () => {

0 commit comments

Comments
 (0)