Skip to content

Commit

Permalink
Remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Aug 22, 2024
1 parent 8419df1 commit 37aa8e0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const controls = {
dateTime: {
meta: {
label: 'Wanneer is of was de overlast?',
canBeNull: true,
},
options: {
validators: [inPast, 'required'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import locatie from './locatie'

const overlastBedrijvenEnHoreca = {
locatie,

dateTime: {
meta: {
ifOneOf: {
Expand All @@ -22,14 +21,12 @@ const overlastBedrijvenEnHoreca = {
],
},
label: 'Wanneer is of was de overlast?',
canBeNull: true,
},
options: {
validators: [inPast, 'required'],
},
render: QuestionFieldType.DateTimeInput,
},

extra_bedrijven_horeca_frequentie: {
meta: {
ifOneOf: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const overlastOpHetWater = {
dateTime: {
meta: {
label: 'Wanneer heeft u de overlast?',
canBeNull: true,
ifOneOf: {
subcategory: [
'olie-op-het-water',
Expand All @@ -27,7 +26,6 @@ export const overlastOpHetWater = {
dateTime_Thor: {
meta: {
label: 'Wanneer is of was de overlast?',
canBeNull: true,
ifOneOf: {
subcategory: [
'blokkade-van-de-vaarweg',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const overlastPersonenEnGroepen = {
],
},
label: 'Wanneer is of was de overlast?',
canBeNull: true,
},
options: {
validators: [inPast, 'required'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const verkeersoverlast = {
dateTime: {
meta: {
label: 'Wanneer is of was de overlast?',
canBeNull: true,
},
options: {
validators: [inPast, 'required'],
Expand Down

0 comments on commit 37aa8e0

Please sign in to comment.