Skip to content
Snippets Groups Projects
Commit d8b38403 authored by Muthukrishnanmatriot's avatar Muthukrishnanmatriot
Browse files

TMSS-2010 - code update

parent fa1d3979
No related branches found
No related tags found
1 merge request!993Resolves TMSS-2011
...@@ -561,5 +561,5 @@ h3 + div + p { ...@@ -561,5 +561,5 @@ h3 + div + p {
.addIngestDialog { .addIngestDialog {
max-height: none; max-height: none;
height: 30vw; height: 35vw;
} }
\ No newline at end of file
...@@ -21,7 +21,7 @@ export default class AddIngestTask extends Component { ...@@ -21,7 +21,7 @@ export default class AddIngestTask extends Component {
render() { render() {
return ( return (
<> <>
<CustomDialog type="success" visible={true} width="40vw" className="addIngestDialog" <CustomDialog type="success" visible={true} width="50vw" className="addIngestDialog"
header={'Edit Input Connection For Ingest Task'} header={'Edit Input Connection For Ingest Task'}
message= { message= {
<React.Fragment> <React.Fragment>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment