feat: Pop-up prompt message after modifying the dialog settings #2088 (#2114)

### What problem does this PR solve?

feat: Pop-up prompt message after modifying the dialog settings #2088

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-08-27 15:24:28 +08:00
committed by GitHub
parent 0bea7f21ae
commit fc172b4a79
4 changed files with 7 additions and 6 deletions

View File

@ -34,6 +34,7 @@ export interface IDialog {
description: string;
icon: string;
id: string;
dialog_id?: string;
kb_ids: string[];
kb_names: string[];
language: string;