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 bdb9ef7 commit 520af67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ if (Config.includedIntegrations.useInoxSitemap) {
} else {
//@ts-expect-error - hide is not a standard method on HTMLElement it comes from `Shoelace.syle`
localAdmin.hide();
localadmin.setAttribute("disabled", "true")
localAdmin.setAttribute("disabled", "true")
oauthadmin.removeAttribute("disabled")
//@ts-expect-error - show is not a standard method on HTMLElement it comes from `Shoelace.syle`
oauthadmin.show();
Expand Down

0 comments on commit 520af67

Please sign in to comment.