mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-08 07:25:22 +02:00
refactor: update Chatwoot widget settings and types to enhance configuration options
This commit is contained in:
@@ -39,7 +39,6 @@ export const ChatwootWidget = ({
|
||||
// Configurar los settings de Chatwoot
|
||||
window.chatwootSettings = {
|
||||
position: "right",
|
||||
darkMode: false,
|
||||
};
|
||||
|
||||
(window as any).chatwootSDKReady = () => {
|
||||
@@ -52,7 +51,6 @@ export const ChatwootWidget = ({
|
||||
name: user.name,
|
||||
avatar_url: user.avatarUrl,
|
||||
phone_number: user.phoneNumber,
|
||||
...user.customAttributes,
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user