Skip to content

Commit

Permalink
POdcast validation rssUrl length.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Hermanek committed Feb 29, 2024
1 parent ee64e72 commit e167f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/coreDam/podcast/composables/podcastValidation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function usePodcastValidation(podcast: Ref<Podcast>) {
attributes: {
rssUrl: {
minLength: minLength(1),
maxLength: maxLength(100),
maxLength: maxLength(2048),
},
},
dates: {
Expand Down

0 comments on commit e167f06

Please sign in to comment.