1 2 3 4 5 6 7 8 9 10 11export const defaults = { title: { minLength: 50, maxLength: 60, }, description: { minLength: 100, maxLength: 150, }, }
1 2 3 4 5 6 7 8 9 10 11
export const defaults = { title: { minLength: 50, maxLength: 60, }, description: { minLength: 100, maxLength: 150, }, }