Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit b9b252b

Browse files
committed
revert that
1 parent 9eac5de commit b9b252b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

reflex_ui/blocks/plain.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class PlainChat(rx.Component):
1818

1919
tag = "PlainChat"
2020

21-
app_id: rx.Var[str]
2221
full_name: rx.Var[str]
2322
short_name: rx.Var[str]
2423
chat_avatar_url: rx.Var[str]
@@ -61,7 +60,7 @@ def add_hooks(self) -> list[str | rx.Var]:
6160
}}
6261
6362
const initOptions = {{
64-
appId: {PLAIN_APP_ID if PLAIN_APP_ID else self.app_id!s},
63+
appId: '{PLAIN_APP_ID}',
6564
hideLauncher: {self.hide_launcher!s},
6665
hideBranding: true,
6766
theme: 'auto',

0 commit comments

Comments
 (0)