mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Fix: remove obsolete warning for custom field value index (#11083)
This commit is contained in:
parent
d1c11bcf08
commit
bf18eaa5c2
1 changed files with 0 additions and 3 deletions
|
|
@ -38,9 +38,6 @@
|
|||
size="sm"
|
||||
></ngb-pagination>
|
||||
}
|
||||
@if (object?.id) {
|
||||
<small class="d-block mt-2" i18n>Warning: existing instances of this field will retain their current value index (e.g. option #1, #2, #3) after editing the options here</small>
|
||||
}
|
||||
}
|
||||
@case (CustomFieldDataType.Monetary) {
|
||||
<div class="my-3">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue