Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
800ea9b654
@ -21,4 +21,4 @@ version: 0.0.1
|
|||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: 0.4.5
|
appVersion: 0.4.7
|
||||||
|
@ -53,10 +53,15 @@ class AddClientToFolderClass extends BasePage<IProps, IState> {
|
|||||||
<RadioBox
|
<RadioBox
|
||||||
name="client"
|
name="client"
|
||||||
onChange={this.onExistingClientSelected}
|
onChange={this.onExistingClientSelected}
|
||||||
defaultChecked={this.state.isExistingClientSelected}>
|
defaultChecked={this.state.isExistingClientSelected}
|
||||||
|
value={"existing client"}>
|
||||||
<Typography typo={ITypo.P_ERR_18}>Client existant</Typography>
|
<Typography typo={ITypo.P_ERR_18}>Client existant</Typography>
|
||||||
</RadioBox>
|
</RadioBox>
|
||||||
<RadioBox name="client" onChange={this.onNewClientSelected} defaultChecked={this.state.isNewClientSelected}>
|
<RadioBox
|
||||||
|
name="client"
|
||||||
|
onChange={this.onNewClientSelected}
|
||||||
|
defaultChecked={this.state.isNewClientSelected}
|
||||||
|
value={"new client"}>
|
||||||
<Typography typo={ITypo.P_ERR_18}>Nouveau client</Typography>
|
<Typography typo={ITypo.P_ERR_18}>Nouveau client</Typography>
|
||||||
</RadioBox>
|
</RadioBox>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"version": "v0.4.5"
|
"version": "v0.4.7"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user