mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 07:54:19 +00:00
fix(web): keep feedback dialog interactive
This commit is contained in:
@@ -1334,8 +1334,6 @@ export class BackendClient extends BaseHttpClient {
|
||||
|
||||
public submitFeedback(data: {
|
||||
content: string;
|
||||
page_url?: string;
|
||||
user_agent?: string;
|
||||
attachments?: Array<{
|
||||
name: string;
|
||||
mime_type: string;
|
||||
|
||||
Reference in New Issue
Block a user