diff --git a/packages/bot-web-ui/src/stores/dashboard-store.ts b/packages/bot-web-ui/src/stores/dashboard-store.ts index 60852b2b0b96..90fe066d4498 100644 --- a/packages/bot-web-ui/src/stores/dashboard-store.ts +++ b/packages/bot-web-ui/src/stores/dashboard-store.ts @@ -350,6 +350,9 @@ export default class DashboardStore implements IDashboardStore { showVideoDialog = (dialog_option: TDialogOptions): void => { const { url, type = '' } = dialog_option; const dialog_type = ['google', 'url']; + this.faq_search_value = ''; + this.setActiveTabTutorial(0); + this.resetTutorialTabContent(); if (dialog_type.includes(type)) { if (type === 'url') { this.dialog_options = {