Skip to content

Commit

Permalink
refactor: change or rename defaultValue
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwa committed Nov 26, 2024
1 parent dd30cc5 commit ab50d50
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const BedragVerlenging: Story = {
key: 'textfield',
label: 'BedragVerlenging',
extraComponentProperties: {
defaultValue: '99',
defaultValue: '9999',
key: 'bedragVerlenging',
},
},
Expand Down Expand Up @@ -378,7 +378,7 @@ export const HuisnummertoevoegingPZD: Story = {
key: 'textfield',
label: 'Huisnummertoevoeging',
extraComponentProperties: {
defaultValue: '1c',
defaultValue: '1D',
key: 'huisnummertoevoegingPZD',
},
},
Expand All @@ -388,7 +388,7 @@ export const HuisnummertoevoegingPMD: Story = {
key: 'textfield',
label: 'Huisnummertoevoeging',
extraComponentProperties: {
defaultValue: '1c',
defaultValue: '1D',
key: 'huisnummertoevoegingPMD',
},
},
Expand All @@ -398,7 +398,7 @@ export const HuisnummertoevoegingZEH: Story = {
key: 'textfield',
label: 'Huisnummertoevoeging',
extraComponentProperties: {
defaultValue: '1c',
defaultValue: '1D',
key: 'huisnummertoevoegingZEH',
},
},
Expand All @@ -408,7 +408,7 @@ export const HuisnummertoevoegingMEH: Story = {
key: 'textfield',
label: 'Huisnummertoevoeging',
extraComponentProperties: {
defaultValue: '1c',
defaultValue: '1D',
key: 'huisnummertoevoegingMEH',
},
},
Expand All @@ -418,7 +418,7 @@ export const HuisnummertoevoegingPA: Story = {
key: 'textfield',
label: 'Huisnummertoevoeging',
extraComponentProperties: {
defaultValue: '1c',
defaultValue: '1D',
key: 'huisnummertoevoegingPA',
},
},
Expand All @@ -430,7 +430,7 @@ export const KvKNummerMarktplaats: Story = {
key: 'textfield',
label: 'Inschrijfnummer Kamer van Koophandel',
extraComponentProperties: {
defaultValue: '6584 2478 325',
defaultValue: '6584 2478',
key: 'kvKNummerMarktplaats',
},
},
Expand Down Expand Up @@ -498,7 +498,7 @@ export const PlaatsZEH: Story = {
key: 'textfield',
label: 'Plaats',
extraComponentProperties: {
defaultValue: '',
defaultValue: 's-Gravenhage',
key: 'plaatsZEH',
},
},
Expand All @@ -518,7 +518,7 @@ export const PlaatsMEH: Story = {
key: 'textfield',
label: 'Plaats',
extraComponentProperties: {
defaultValue: '',
defaultValue: 's-Gravenhage',
key: 'plaatsMEH',
},
},
Expand All @@ -528,7 +528,7 @@ export const PlaatsPB: Story = {
key: 'textfield',
label: 'Plaats',
extraComponentProperties: {
defaultValue: '',
defaultValue: 's-Gravenhage',
key: 'plaatsPB',
},
},
Expand All @@ -538,7 +538,7 @@ export const PlaatsPA: Story = {
key: 'textfield',
label: 'Plaats',
extraComponentProperties: {
defaultValue: '',
defaultValue: 's-Gravenhage',
key: 'plaatsPA',
},
},
Expand All @@ -550,7 +550,7 @@ export const PostbusnummerZEH: Story = {
key: 'textfield',
label: 'Postbusnummer',
extraComponentProperties: {
defaultValue: '',
defaultValue: '1234',
key: 'postbusnummerZEH',
},
},
Expand All @@ -560,7 +560,7 @@ export const PostbusnummerPB: Story = {
key: 'textfield',
label: 'Postbusnummer',
extraComponentProperties: {
defaultValue: '',
defaultValue: '1234',
key: 'postbusnummerPB',
},
},
Expand Down

0 comments on commit ab50d50

Please sign in to comment.