Fix FQDN generation
This commit is contained in:
parent
3528c3b4f5
commit
2322c37b32
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
const initializeFqdnGeneration = (prefix) => {
|
const initializeFqdnGeneration = (prefix) => {
|
||||||
const nameField = document.querySelector(`input#id_${prefix}-name`);
|
const nameField = document.querySelector(`input#id_${prefix}-display_name`);
|
||||||
if (!nameField) return
|
if (!nameField) return
|
||||||
|
|
||||||
// Try to find array input first (DynamicArrayWidget), then fallback to regular text input
|
// Try to find array input first (DynamicArrayWidget), then fallback to regular text input
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue