-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug/skal kunne slette soknad #385
base: main
Are you sure you want to change the base?
Conversation
…ne sjekke om det er filer under opplasting.
…ne sjekke om det er filer under opplasting.
…ne sjekke om det er filer under opplasting.
…ne sjekke om det er filer under opplasting.
…ne sjekke om det er filer under opplasting. Lagt til ny feilmelding
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐛
@@ -375,7 +377,10 @@ export function Fil({ | |||
type: FIL_ACTIONS.SETT_STATUS, | |||
filState: { status: FIL_STATUS.LASTER_OPP }, | |||
}); | |||
lasterOppStateDispatch(1); | |||
vedlegglastOppDispatch(1); | |||
if (sumLastoppDispatch != undefined) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!==
@@ -145,7 +152,11 @@ function LastOppVedlegg(props: LastOppVedleggdProps) { | |||
setIsLoading(true); | |||
ventPaaLagring() | |||
.then(() => { | |||
if (soknadKlar) { | |||
if (antallUnderOpplasting != 0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!==
if (soknadKlar) { | ||
if (antallUnderOpplasting != 0) { | ||
customErrorMessage({ | ||
message: t('feil.manglerHovedskjema'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sjekk feilmeldingstekst?
No description provided.