Skip to content

Commit 038c6f3

Browse files
committed
fix: add description to Author field pointing out where it can be changed
1 parent 2a0f649 commit 038c6f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/modules/song/components/client/SongForm.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ export const SongForm = ({
143143
</p>
144144
</>
145145
}
146+
description={'This can be changed in your user menu at the top'}
146147
isLoading={isLoading}
147148
disabled={true}
148149
errorMessage={errors.author?.message}

0 commit comments

Comments
 (0)