Skip to content

Commit

Permalink
disable last option when unfixing attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ashton22305 committed Oct 4, 2024
1 parent 9fcafb3 commit 838b158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/dashboard/app/javascript/launcher_edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ function initSelect(selectElement) {
enableAddOption(configItem);
}
});

enableOrDisableLastOption(selectOptionsConfig[0].parentElement);
}


Expand Down

0 comments on commit 838b158

Please sign in to comment.