Skip to content

Commit 60e6b58

Browse files
committed
Set manage-tab div to display block by default
1 parent 2b632fa commit 60e6b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/views/api-keys.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<button class="tab-button" data-tab="docs">API Documentation</button>
55
</div>
66

7-
<div class="tab-content" id="manage-tab">
7+
<div class="tab-content" id="manage-tab" style="display: block;">
88
<div id="api-key-container" class="api-key-container">
99
<api-key-manager></api-key-manager>
1010
</div>

0 commit comments

Comments
 (0)