We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcf484 commit 8bcc76aCopy full SHA for 8bcc76a
1 file changed
__tests__/html2/side-by-side/index.html
@@ -122,7 +122,7 @@
122
const searchParams = new URLSearchParams(location.search);
123
124
const [leftTranscriptIndex = 0, rightTranscriptIndex = 1] = searchParams.getAll('transcript');
125
- const [leftVariant = 'fluent', rightVariant = 'copilot'] = searchParams.getAll('variant');
+ const [leftVariant = 'fluent', rightVariant = 'copilot-deprecated'] = searchParams.getAll('variant');
126
127
const sendBoxIndexes = searchParams.getAll('focus');
128
const activeFocusPresets = searchParams.getAll('focus-preset');
0 commit comments