Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions widgets-samples/cc/samples-cc-react-app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
});

const handleSaveStart = () => {
console.log('Profile save started');
setShowLoader(true);
setToast(null);
};
Expand Down Expand Up @@ -544,7 +545,7 @@
style={{color: 'var(--mds-color-theme-text-error-normal)', marginBottom: '10px'}}
>
<strong>Note:</strong> When a number is dialed, the agent gets an incoming task to
accept via an Extension, Dial Number, or Browser. It's recommended to have the

Check warning on line 548 in widgets-samples/cc/samples-cc-react-app/src/App.tsx

View workflow job for this annotation

GitHub Actions / linter

`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`

Check warning on line 548 in widgets-samples/cc/samples-cc-react-app/src/App.tsx

View workflow job for this annotation

GitHub Actions / linter

`'` can be escaped with `&apos;`, `&lsquo;`, `&#39;`, `&rsquo;`
incoming task/task list widget and call controls widget according to your needs.
</div>
</Text>
Expand Down Expand Up @@ -635,9 +636,9 @@
className="warning-note"
style={{color: 'var(--mds-color-theme-text-error-normal)', marginBottom: '10px'}}
>
<strong>Note:</strong> The "Enable Multi Login" option must be set before initializing the

Check warning on line 639 in widgets-samples/cc/samples-cc-react-app/src/App.tsx

View workflow job for this annotation

GitHub Actions / linter

`"` can be escaped with `&quot;`, `&ldquo;`, `&#34;`, `&rdquo;`

Check warning on line 639 in widgets-samples/cc/samples-cc-react-app/src/App.tsx

View workflow job for this annotation

GitHub Actions / linter

`"` can be escaped with `&quot;`, `&ldquo;`, `&#34;`, `&rdquo;`

Check warning on line 639 in widgets-samples/cc/samples-cc-react-app/src/App.tsx

View workflow job for this annotation

GitHub Actions / linter

`"` can be escaped with `&quot;`, `&ldquo;`, `&#34;`, `&rdquo;`

Check warning on line 639 in widgets-samples/cc/samples-cc-react-app/src/App.tsx

View workflow job for this annotation

GitHub Actions / linter

`"` can be escaped with `&quot;`, `&ldquo;`, `&#34;`, `&rdquo;`
SDK. Changes to this setting after SDK initialization will not take effect. Please ensure
you configure this option before clicking the "Init Widgets" button.

Check warning on line 641 in widgets-samples/cc/samples-cc-react-app/src/App.tsx

View workflow job for this annotation

GitHub Actions / linter

`"` can be escaped with `&quot;`, `&ldquo;`, `&#34;`, `&rdquo;`

Check warning on line 641 in widgets-samples/cc/samples-cc-react-app/src/App.tsx

View workflow job for this annotation

GitHub Actions / linter

`"` can be escaped with `&quot;`, `&ldquo;`, `&#34;`, `&rdquo;`

Check warning on line 641 in widgets-samples/cc/samples-cc-react-app/src/App.tsx

View workflow job for this annotation

GitHub Actions / linter

`"` can be escaped with `&quot;`, `&ldquo;`, `&#34;`, `&rdquo;`

Check warning on line 641 in widgets-samples/cc/samples-cc-react-app/src/App.tsx

View workflow job for this annotation

GitHub Actions / linter

`"` can be escaped with `&quot;`, `&ldquo;`, `&#34;`, `&rdquo;`
</div>
</Text>
</PopoverNext>
Expand Down
Loading