onRequestClose = () => {
        // reset form so when the dialog is reopened is consistent
        // with the actual file
        this.setState({ newName: '', newDescription: '' });