From 7fbd34ab47e1b270c38eb23e481fc48314a6eb68 Mon Sep 17 00:00:00 2001 From: Arnaud Gissinger Date: Wed, 15 May 2024 15:52:21 +0200 Subject: [PATCH] [ADD] handle status field types --- rofi_notion/transcoders.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rofi_notion/transcoders.py b/rofi_notion/transcoders.py index d325c23..2c642aa 100644 --- a/rofi_notion/transcoders.py +++ b/rofi_notion/transcoders.py @@ -168,6 +168,7 @@ def relation(r: Rofi, name: str, config: dict, choices: dict) -> dict: 'rich_text': text, 'number': number, 'select': select, + 'status': select, 'multi_select': multi_select, 'date': date, 'people': people,