Skip to content

Commit a67b041

Browse files
committed
Fixing bug
1 parent 5797bac commit a67b041

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

client/imports/ui/pages/lab/labcreate.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@
1818
@Component({
1919
selector: 'tuxlab-labcreate',
2020
templateUrl: '/client/imports/ui/pages/lab/labcreate.html',
21-
directives: [ FileDropDirective,
22-
<<<<<<< HEAD
23-
ROUTER_DIRECTIVES,
24-
=======
25-
>>>>>>> 2552d21e3df4aa53fdb6718215740f39acfb00a4
26-
FORM_DIRECTIVES,
27-
MATERIAL_DIRECTIVES
21+
directives: [
22+
FileDropDirective,
23+
ROUTER_DIRECTIVES,
24+
FORM_DIRECTIVES,
25+
MATERIAL_DIRECTIVES
2826
],
2927
providers: [
3028
FORM_PROVIDERS,

0 commit comments

Comments
 (0)