Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Unverified Commit 72375c81 authored by martines3000's avatar martines3000
Browse files

fix: remove duplicate preview method field

parent 2a8c4184
No related branches found
No related tags found
No related merge requests found
...@@ -59,38 +59,6 @@ export const createQueryResponseErrorV1_2 = ({ ...@@ -59,38 +59,6 @@ export const createQueryResponseErrorV1_2 = ({
}, },
}, },
}, },
{
_attributes: {
name: 'PreviewMethod',
},
'rim:SlotValue': {
_attributes: {
'xsi:type': 'rim:InternationalStringValueType',
},
'rim:Value': {
'rim:LocalizedString': [
{
_attributes: {
'xml:lan': 'EN',
value: 'Please select your diploma.',
},
},
{
_attributes: {
'xml:lan': 'NL',
value: 'Kies uw diploma.',
},
},
{
_attributes: {
'xml:lan': 'DE',
value: 'Bitte wählen Sie Ihr Diplom.',
},
},
],
},
},
},
{ {
_attributes: { _attributes: {
name: 'PreviewMethod', name: 'PreviewMethod',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment