Skip to content

Commit

Permalink
fix eslint issue after vs code eslint server crashed
Browse files Browse the repository at this point in the history
  • Loading branch information
anapnoe committed Oct 4, 2024
1 parent 2e300d5 commit fc98b64
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 62 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function initTheme(styles) {
document.body
.querySelectorAll("#ui_theme_settings .gradio-dropdown")
.forEach((elem) => {
observer.observe(elem, { childList: true, subtree: true });
observer.observe(elem, {childList: true, subtree: true});
});

const reset_btn = document.getElementById("theme_reset_btn");
Expand Down
Loading

0 comments on commit fc98b64

Please sign in to comment.