DeleteProject
fun DeleteProject(viewModel: EquinoxViewModel, project: Project, show: MutableState<Boolean>, deleteRequest: (Project) -> Unit)
Alert to warn about the project deletion
Parameters
viewModel
The support viewmodel for the screen
project
The project to delete
show
Whether the alert is shown
deleteRequest
The request to delete the project