From 29e790e4f0a024ffcdb7994e1f8aa79f95901894 Mon Sep 17 00:00:00 2001 From: tiffany-leong <139503950+tiffany-leong@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:22:30 -0700 Subject: [PATCH] Added removed workspace.settings line back Added the line "workspace.settings.enforce_saml_sso_config_updated", back. Confirmed with Ariel that it's a minor bug which results in the state variable always being set to "" so the title doesn't display correctly. --- .../notion_workspace_settings_enforce_saml_sso_config_updated.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/notion_rules/notion_workspace_settings_enforce_saml_sso_config_updated.py b/rules/notion_rules/notion_workspace_settings_enforce_saml_sso_config_updated.py index 8b1f8ac88..786733df0 100644 --- a/rules/notion_rules/notion_workspace_settings_enforce_saml_sso_config_updated.py +++ b/rules/notion_rules/notion_workspace_settings_enforce_saml_sso_config_updated.py @@ -18,6 +18,7 @@ def title(event): state = deep_get( event, "event", + "workspace.settings.enforce_saml_sso_config_updated", "state", default="", )