Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dida Adams Arizona
Tia-dev
Commits
42638539
Commit
42638539
authored
Sep 15, 2023
by
fahrur huzain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update validasi terbaru
parent
fded60b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
CreateParameter.js
src/container/MasterData/Parameter/CreateParameter.js
+2
-4
No files found.
src/container/MasterData/Parameter/CreateParameter.js
View file @
42638539
...
...
@@ -13810,6 +13810,7 @@ export default class CreateParameter extends Component {
this.setState({ errorEndDate: true, msgErrorEndDate: 'Valid To Cannot be Empty' })
}else {
this.setState({ errorReportName: true, msgErrorReportName: 'Report Cannot be Empty' })
this.createParameter()
}
}else{
if (R.isNil(this.state.endDate)){
...
...
@@ -14534,7 +14535,6 @@ export default class CreateParameter extends Component {
this.setState({ errorEndDate: true, msgErrorEndDate: 'Valid To Cannot be Empty' })
this.validasiMaxResponse()
}else {
this.createParameter()
this.validasiMaxResponse()
}
}
...
...
@@ -14594,7 +14594,6 @@ export default class CreateParameter extends Component {
this.setState({ errorEndDate: true, msgErrorEndDate: 'Valid To Cannot be Empty' })
this.validasiMinResponse()
}else {
this.createParameter()
this.validasiMinResponse()
}
}else{
...
...
@@ -14603,7 +14602,6 @@ export default class CreateParameter extends Component {
this.validasiMaxResponse()
this.validasiMinResponse()
}else {
this.createParameter()
this.validasiMaxResponse()
this.validasiMinResponse()
}
...
...
@@ -15354,7 +15352,7 @@ export default class CreateParameter extends Component {
<div className="column-2" style={{ display: 'flex', justifyContent: 'flex-end', alignItems: 'center' }}>
<button
type="button"
onClick={() => this.validasi
Create
()}
onClick={() => this.validasi()}
>
<div style={{ width: 102, height: 30, backgroundColor: '#354960', borderRadius: 5, alignItems: 'center', display: 'flex', justifyContent: 'center' }}>
<span style={{ color: '#fff', fontSize: 11 }}>Save</span>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment