Set chatbot to experimental for better styling

This commit is contained in:
Elio Struyf
2023-03-11 11:32:37 +01:00
parent c159d8037c
commit 605ebc6a37
+2 -2
View File
@@ -75,8 +75,8 @@ export class Chatbot {
scriptUri = `http://${localServerUrl}/${dashboardFile}`;
}
// Get experimental setting
const experimental = Settings.get(SETTING_EXPERIMENTAL);
// By default, the chatbot is seen as experimental
const experimental = true;
webView.webview.html = `
<!DOCTYPE html>