Skip to content

Commit

Permalink
Deploy applikasjoner etter merge
Browse files Browse the repository at this point in the history
#deploy-endringsmelding-frontend
#deploy-endringsmelding-service
#deploy-tps-messaging-service
#deploy-test-frontend
  • Loading branch information
stigus committed Apr 12, 2024
1 parent cdb7d1f commit ebcfb31
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ export const FodselsmeldingForm = () => {
const [validate, setValidate] = useState<boolean>(false);
const [error, setError] = useState<string>('');

console.log('miljoer: ', miljoer); //TODO - SLETT MEG

const onValidate = () => {
setValidate(true);
return notEmptyString(foedselsdato) && notEmptyList(miljoer);
Expand Down Expand Up @@ -121,7 +119,6 @@ export const FodselsmeldingForm = () => {
/>
<SelectFormItem
onChange={(value) => {
console.log('value: ', value); //TODO - SLETT MEG
setMiljoer([value]);
}}
htmlId="miljo-select"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ public class EndringsmeldingServiceApplicationStarter {
public static void main(String[] args) {
SpringApplication.run(EndringsmeldingServiceApplicationStarter.class, args);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ public static void main(String[] args) {

SpringApplication.run(TpsMessagingServiceApplicationStarter.class, args);
}
}
}

0 comments on commit ebcfb31

Please sign in to comment.