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