Skip to content

Commit 904b92a

Browse files
authored
Merge branch 'production' into develop
2 parents f1d3b15 + 29ee82c commit 904b92a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

back/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ build-backend = "poetry.core.masonry.api"
7070
[[tool.poetry.source]]
7171
name = "test"
7272
url = "https://test.pypi.org/simple/"
73-
priority = "explicit"
73+
priority = "explicit"

widget/pages/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<Widget :chatfaqWs="chatfaqWS" :chatfaqApi="chatfaqAPI" :fsmDef="fsmDef" :title="title"
44
:subtitle="subtitle" enable-logout :allow-attachments="true"
55
:hideSources="hideSources" :stateOverride="stateOverride" :widgetConfigId="widgetId"
6+
splitScreenIframe="http://localhost:3001/right-panel"
67
/>
78
</client-only>
89
</template>

0 commit comments

Comments
 (0)