mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
remove alert from action create
This commit is contained in:
@@ -120,14 +120,11 @@ export class NewActionPage implements OnInit {
|
||||
|
||||
|
||||
async save() {
|
||||
alert('hererr')
|
||||
this.injectValidation()
|
||||
this.runValidation()
|
||||
|
||||
if(this.Form.invalid) return false
|
||||
|
||||
alert('hererr 222')
|
||||
|
||||
this.folder = {
|
||||
ProcessId: null,
|
||||
Description: this.folder.Description,
|
||||
|
||||
Reference in New Issue
Block a user