Skip to content

Commit

Permalink
Update packages/studioCMS/src/integrations/studioCMSDashboard/routes/…
Browse files Browse the repository at this point in the history
…databaseSetup/main.astro

Co-authored-by: Paul Valladares <[email protected]>
  • Loading branch information
Adammatthiesen and dreyfus92 authored May 12, 2024
1 parent 739b0f7 commit f6f67ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ if (Config.includedIntegrations.useInoxSitemap) {
if (checkbox.checked) {
localAdmin.removeAttribute("disabled")
//@ts-expect-error - show is not a standard method on HTMLElement it comes from `Shoelace.syle`
localadmin.show();
localAdmin.show();
//@ts-expect-error - hide is not a standard method on HTMLElement it comes from `Shoelace.syle`
oauthadmin.hide();
oauthadmin.setAttribute("disabled", "true")
Expand Down

0 comments on commit f6f67ed

Please sign in to comment.