Created
April 19, 2017 16:01
Revisions
-
pavel-lens created this gist
Apr 19, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ <RevertApply onApplyClick={this.handleApplyClick} onRevertClick={this.handleRevertClick} > <Label title="Parameter 1"> <Textbox value={param1} onChange={e => this.handleChange('param1', e)} /> </Label> <Label title="Parameter 2"> <Textbox value={param2} onChange={e => this.handleChange('param2', e)} /> </Label> </RevertApply>