Class

DeleteProjectDialog

DeleteProjectDialog(props) → {React.PureComponent}

Overview

Allows a user to delete current project. The user has to type the project's name to prevent themselves from making hasty decisions.
Constructor

# new DeleteProjectDialog(props) → {React.PureComponent}

Parameters:
Name Type Description
props Object
currentName string

The name of the current project.

open boolean

If true the dialog is open.

onClose function

Callback fired when the dialog requests to be closed.

View Source Utils/Dialogs/DeleteProjectDialog.js, line 52

React.PureComponent

Classes

ProjectName