Commit 485d60d6 authored by Adarsh's avatar Adarsh

ques

parent 364f3cad
...@@ -108,6 +108,9 @@ export class HomeComponent implements OnInit { ...@@ -108,6 +108,9 @@ export class HomeComponent implements OnInit {
} }
this.resetForm(); this.resetForm();
this.closeForm(); this.closeForm();
},
(err) => {
alert("Question Already exists!");
} }
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment