1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

init open

This commit is contained in:
Ewout Prangsma 2018-07-06 09:11:29 +02:00
parent 00186528a4
commit 5023124211
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -3,7 +3,7 @@ import { Button, Modal, Segment } from 'semantic-ui-react';
import {CopyToClipboard} from 'react-copy-to-clipboard';
class CommandInstruction extends Component {
state = {};
state = {open:false};
close = () => { this.setState({open:false}); }
open = () => { this.setState({open:true}); }