Class

RenameProjectDialog

RenameProjectDialog(props) → {React.PureComponent}

Overview

Allows a user to change the name of a current project.
Constructor

# new RenameProjectDialog(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/RenameProjectDialog.js, line 24

React.PureComponent