Skip to content

Commit

Permalink
feat: Rename UX placeholder reflects current value
Browse files Browse the repository at this point in the history
  • Loading branch information
uhrjun committed Dec 13, 2022
1 parent 8148e7f commit ef4befe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/RenameDialog.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<Dialog :options="{ title: 'Rename' }" v-model="open" >
<template #body-content>
<Input type="text" v-model="newName" placeholder="New name" @keydown.enter="
<Input type="text" v-model="newName" :placeholder="entity.title" @keydown.enter="
(e) =>
$resources.rename.submit({
method: 'rename',
Expand Down

0 comments on commit ef4befe

Please sign in to comment.