File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 || 'Please provide a response.',
3939
4040 () => value.temporality !== 'other'
41- || !! (!! value.otherTemporality && value.otherTemporality.length < 201)
41+ || !! (value.otherTemporality && value.otherTemporality.length < 201)
4242 || 'Text must be 200 characters or less.'
4343 ]"
4444 ></v-text-field >
Original file line number Diff line number Diff line change 4444 || 'Please provide a response.',
4545
4646 () => value.purpose !== 'other'
47- || !! (!! value.otherPurpose && value.otherPurpose.length < 201)
47+ || !! (value.otherPurpose && value.otherPurpose.length < 201)
4848 || 'Text must be 200 characters or less.'
4949 ]"
5050 ></v-text-field >
8888
8989 () => value.purpose !== 'data_hub'
9090 || value.audience !== 'other'
91- || !! (!! value.otherAudience && value.otherAudience.length < 201)
91+ || !! (value.otherAudience && value.otherAudience.length < 201)
9292 || 'Text must be 200 characters or less.'
9393 ]" ></v-text-field >
9494 </template >
You can’t perform that action at this time.
0 commit comments