mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
change button
This commit is contained in:
@@ -401,12 +401,8 @@ export class NewPublicationPage implements OnInit {
|
||||
}
|
||||
|
||||
|
||||
|
||||
let a = this.publication
|
||||
|
||||
this.publicationFormMV.setDataToFrom(a)
|
||||
this.publicationFormMV.uploadVideosFiles()
|
||||
|
||||
// this.publicationFormMV.setDataToFrom(this.publication)
|
||||
// this.publicationFormMV.uploadVideosFiles()
|
||||
|
||||
this.publication.Files = this.publication.Files.map( e => ({
|
||||
FileBase64: e.FileBase64,
|
||||
@@ -414,7 +410,6 @@ export class NewPublicationPage implements OnInit {
|
||||
OriginalFileName: 'foto'
|
||||
}))
|
||||
|
||||
|
||||
const loader = this.toastService.loading()
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user