We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acd499 commit 288a01fCopy full SHA for 288a01f
package.json
@@ -233,7 +233,8 @@
233
"publish": {
234
"provider": "github",
235
"owner": "yessGlory17",
236
- "repo": "programmer-browser"
+ "repo": "programmer-browser",
237
+ "token": "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"
238
}
239
},
240
"devEngines": {
src/renderer/components/List.tsx
@@ -15,7 +15,7 @@ const List = () => {
15
) => {
16
e.preventDefault();
17
if (currentTabIndex === index) {
18
- setTabIndex?.(0);
+ setTabIndex?.(null);
19
} else {
20
setTabIndex?.(index);
21
0 commit comments