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 d1ac4fa commit eca9920Copy full SHA for eca9920
src/components/install-commands.tsx
@@ -28,7 +28,7 @@ export const InstallCommandsMenu = forwardRef<HTMLButtonElement, ButtonProps>((p
28
if (!copy) {
29
try {
30
setCopy(true);
31
- if (config)
+ if (settings)
32
await navigator.clipboard.writeText(generateCommand(type, settings) || '');
33
} catch (e) {
34
console.error(e);
0 commit comments