Skip to content

Commit

Permalink
fixed operating system breaking select list.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Aug 15, 2024
1 parent f958f52 commit 629ad71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/editor-artifact.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ import { clipValue, getElmById } from "./helper.mjs";
osv.classList.add("is-invalid");
osv.classList.remove("is-valid");
group = `Operating system`;
osv.textContent = `${group}`;
}
osv.textContent = `${group}`;
}
/**
* New tag or category label based on the selected option in the dropdown.
Expand Down
Loading

0 comments on commit 629ad71

Please sign in to comment.