bugfix
parent
fb7c7e92ab
commit
2daa783805
|
|
@ -40,7 +40,7 @@ export class HeaderUserBarComponent {
|
|||
|
||||
|
||||
logout() {
|
||||
this.dialog.confirm('Вы деествительно хотите выйти из системы?').subscribe(
|
||||
this.dialog.confirm('Вы действительно хотите выйти из системы?').subscribe(
|
||||
resp=>{
|
||||
if (resp) {
|
||||
this.pagesService.editMode = false;
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ export class PublicationsListItemMenuComponent {
|
|||
}
|
||||
|
||||
delete(id: string) {
|
||||
if (confirm('Вы деествительно хотите удалить эту запись?')) {
|
||||
if (confirm('Вы действительно хотите удалить эту запись?')) {
|
||||
this.publicationsService.delete(id).subscribe(res => {
|
||||
this.listsService.refresh(this.listId, true);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -212,6 +212,7 @@ form-field-document{
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: $p;
|
||||
align-items: flex-start;
|
||||
.doc-item-header{
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
|
|
|
|||
Loading…
Reference in New Issue