Skip to content

Commit

Permalink
fix: use current name, not new name for placeholder.
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Koppert <[email protected]>
  • Loading branch information
zkoppert committed Jun 13, 2024
1 parent 15b3004 commit 649c539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/dialog/EditMirrorDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const EditMirrorDialog = ({
<TextInput
onChange={(e) => setNewMirrorName(e.target.value)}
block
placeholder={newMirrorName}
placeholder={mirrorName}
maxLength={100}
/>
<FormControl.Caption>
Expand Down

0 comments on commit 649c539

Please sign in to comment.