mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-10-20 03:06:10 -05:00
Fix: remove obsolete warning for custom field value index (#11083)
This commit is contained in:
@@ -38,9 +38,6 @@
|
|||||||
size="sm"
|
size="sm"
|
||||||
></ngb-pagination>
|
></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) {
|
@case (CustomFieldDataType.Monetary) {
|
||||||
<div class="my-3">
|
<div class="my-3">
|
||||||
|
Reference in New Issue
Block a user