We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c060074 commit c1be60bCopy full SHA for c1be60b
src/web-component.js
@@ -234,6 +234,7 @@ export function webComponentQAndATool(config) {
234
if (props.prompt) qaBot.setAttribute('prompt', props.prompt);
235
if (props.embedded) qaBot.setAttribute('embedded', '');
236
if (props.isLoggedIn) qaBot.setAttribute('is-logged-in', '');
237
+ if (props.isAnonymous) qaBot.setAttribute('is-anonymous', '');
238
if (props.disabled) qaBot.setAttribute('disabled', '');
239
if (props.isOpen) qaBot.setAttribute('is-open', '');
240
if (props.apiKey) qaBot.setAttribute('api-key', props.apiKey);
0 commit comments