We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1d3b15 + 29ee82c commit 904b92aCopy full SHA for 904b92a
2 files changed
back/pyproject.toml
@@ -70,4 +70,4 @@ build-backend = "poetry.core.masonry.api"
70
[[tool.poetry.source]]
71
name = "test"
72
url = "https://test.pypi.org/simple/"
73
-priority = "explicit"
+priority = "explicit"
widget/pages/index.vue
@@ -3,6 +3,7 @@
3
<Widget :chatfaqWs="chatfaqWS" :chatfaqApi="chatfaqAPI" :fsmDef="fsmDef" :title="title"
4
:subtitle="subtitle" enable-logout :allow-attachments="true"
5
:hideSources="hideSources" :stateOverride="stateOverride" :widgetConfigId="widgetId"
6
+ splitScreenIframe="http://localhost:3001/right-panel"
7
/>
8
</client-only>
9
</template>
0 commit comments