chore: fix typo in run commands modal (#676)
Some checks failed
Build Snapshot Release / build (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled

This commit is contained in:
Tobias Hüske
2025-02-21 09:24:53 +01:00
committed by GitHub
parent d1cf6303ca
commit 988700d575

View File

@@ -64,7 +64,7 @@ export const RunCommandModal = ({ repo }: { repo: Repo }) => {
> >
<Space.Compact style={{ width: "100%" }}> <Space.Compact style={{ width: "100%" }}>
<Input <Input
placeholder="Run a restic comamnd e.g. 'help' to print help text" placeholder="Run a restic command e.g. 'help' to print help text"
value={command} value={command}
onChange={(e) => setCommand(e.target.value)} onChange={(e) => setCommand(e.target.value)}
onKeyUp={(e) => { onKeyUp={(e) => {