Skip to content
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

add delete function modal #69

Merged
merged 2 commits into from
Oct 29, 2024
Merged

add delete function modal #69

merged 2 commits into from
Oct 29, 2024

Conversation

malinnsnieske
Copy link
Collaborator

Beskrivelse

🥅 Mål med PRen: Hvorfor er oppgaven laget og hvilke problem løser denne PRen?

Løsning

🆕 Endring: Skriv kort hva endringen i denne PRen er og hvorfor den har løst problemet.

🧪 Testing

Er det noe spesielt den som reviewer PRen bør sjekke?

@malinnsnieske malinnsnieske linked an issue Oct 28, 2024 that may be closed by this pull request
Comment on lines 55 to 60
removeFunction.mutate(func.data.id);
navigate({
search: {
path: deletedFunctionParentPath ?? "1",
},
});
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

burde kanskje awaite removeFunction før du navigater (?)

@malinnsnieske malinnsnieske merged commit e5bda62 into main Oct 29, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Legg til modal på sletting
2 participants