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 f361ab0 commit dcad967Copy full SHA for dcad967
packages/ui/app/pages/Commands.tsx
@@ -36,7 +36,7 @@ export default function Commands() {
36
onChange={(ev) => setCommand(ev.target.value)}
37
/>
38
<Group justify="center" my="md">
39
- <Button onClick={() => fetch('/commands', { method: 'POST', body: JSON.stringify({ command }) })}>Send</Button>
+ <Button onClick={() => fetch('/commands', { method: 'POST', body: JSON.stringify({ command, operation: 'command' }) })}>Send</Button>
40
</Group>
41
<Divider my="md" />
42
<Title order={3}>Quick Commands</Title>
0 commit comments