Skip to content
Snippets Groups Projects
Commit 699cd8d4 authored by Charly Maeder's avatar Charly Maeder
Browse files

Fix bug in dialog

parent 51d61e54
No related branches found
No related tags found
1 merge request!11Fix bug in dialog
......@@ -94,7 +94,7 @@ import { NbDialogModule } from '@nebular/theme';
NbToastrModule.forRoot(),
NbDialogModule.forRoot(),
],
entryComponents: [DatasetsDialogComponent],
providers: [
AppConfiguration,
ParseXmlService,
......
......@@ -23,7 +23,7 @@
</div>
<div class="form-group">
<label>url</label>
<input type="text" class="form-control" formControlName="repourl">
<input type="text" class="form-control" formControlName="repourl" required>
</div>
<div class="form-group">
<label>Version</label>
......
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