export default class FormDialog extends Component {
state = {
open: true,
};
// remainder of component will remain unchanged
}