mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 16:46:50 +01:00
fix merge conflict for edit dialog succeeded and pw not required
This commit is contained in:
parent
a08467342c
commit
d840308392
2 changed files with 3 additions and 3 deletions
|
|
@ -620,7 +620,7 @@ export class SettingsComponent
|
|||
})
|
||||
modal.componentInstance.dialogMode = user ? 'edit' : 'create'
|
||||
modal.componentInstance.object = user
|
||||
modal.componentInstance.success
|
||||
modal.componentInstance.succeeded
|
||||
.pipe(takeUntil(this.unsubscribeNotifier))
|
||||
.subscribe({
|
||||
next: (newUser) => {
|
||||
|
|
@ -676,7 +676,7 @@ export class SettingsComponent
|
|||
})
|
||||
modal.componentInstance.dialogMode = group ? 'edit' : 'create'
|
||||
modal.componentInstance.object = group
|
||||
modal.componentInstance.success
|
||||
modal.componentInstance.succeeded
|
||||
.pipe(takeUntil(this.unsubscribeNotifier))
|
||||
.subscribe({
|
||||
next: (newGroup) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue