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:
parent
00186528a4
commit
5023124211
1 changed files with 1 additions and 1 deletions
|
@ -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}); }
|
||||
|
|
Loading…
Reference in a new issue