From f039d922347925c1e79bcdb6d6ed3ff6896b90dc Mon Sep 17 00:00:00 2001 From: dextmorgn Date: Sat, 29 Nov 2025 14:08:58 +0100 Subject: [PATCH] fix(api): typo in icon for social account --- flowsint-api/app/api/routes/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowsint-api/app/api/routes/types.py b/flowsint-api/app/api/routes/types.py index 5db1c6b..1d32218 100644 --- a/flowsint-api/app/api/routes/types.py +++ b/flowsint-api/app/api/routes/types.py @@ -100,7 +100,7 @@ async def get_types_list( extract_input_schema(Email, label_key="email"), extract_input_schema(Username, label_key="value"), extract_input_schema( - SocialAccount, label_key="username", icon="SocialAccount" + SocialAccount, label_key="username", icon="socialaccount" ), extract_input_schema(Message, label_key="content", icon="message"), ],