mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
default audio title now placeholder
This commit is contained in:
parent
fff3770b1e
commit
1472d647f8
1 changed files with 5 additions and 1 deletions
|
@ -127,7 +127,11 @@ const AudioPlayerUnconnected = memo(
|
|||
|
||||
{isEditing ? (
|
||||
<div className={styles.input}>
|
||||
<InputText value={title} handler={onRename} />
|
||||
<InputText
|
||||
placeholder={title}
|
||||
handler={onRename}
|
||||
value={file.metadata && file.metadata.title}
|
||||
/>
|
||||
</div>
|
||||
) : (
|
||||
<div className={styles.content}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue