Skip to content

Commit 7fbd34a

Browse files
committed
[ADD] handle status field types
1 parent f4d3331 commit 7fbd34a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rofi_notion/transcoders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def relation(r: Rofi, name: str, config: dict, choices: dict) -> dict:
168168
'rich_text': text,
169169
'number': number,
170170
'select': select,
171+
'status': select,
171172
'multi_select': multi_select,
172173
'date': date,
173174
'people': people,

0 commit comments

Comments
 (0)