Remove github buttons.
This commit is contained in:
parent
c90459eba0
commit
587e7ca654
|
@ -64414,7 +64414,7 @@ if (__INTLIFY_PROD_DEVTOOLS__) {
|
||||||
setDevToolsHook(target.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
|
setDevToolsHook(target.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
|
||||||
}
|
}
|
||||||
if (false) ;
|
if (false) ;
|
||||||
const GITHUB_API_URL = "https://api.github.com/search/issues";
|
const GITHUB_API_URL = "";
|
||||||
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
||||||
__name: "FindIssueButton",
|
__name: "FindIssueButton",
|
||||||
props: {
|
props: {
|
||||||
|
@ -64610,12 +64610,6 @@ ${workflowText}
|
||||||
repoOwner,
|
repoOwner,
|
||||||
repoName
|
repoName
|
||||||
}, null, 8, ["errorMessage"]),
|
}, null, 8, ["errorMessage"]),
|
||||||
createVNode(unref(script$J), {
|
|
||||||
label: _ctx.$t("openNewIssue"),
|
|
||||||
icon: "pi pi-github",
|
|
||||||
onClick: openNewGithubIssue,
|
|
||||||
class: "p-button-secondary"
|
|
||||||
}, null, 8, ["label"]),
|
|
||||||
reportOpen.value ? (openBlock(), createBlock(unref(script$J), {
|
reportOpen.value ? (openBlock(), createBlock(unref(script$J), {
|
||||||
key: 0,
|
key: 0,
|
||||||
label: _ctx.$t("copyToClipboard"),
|
label: _ctx.$t("copyToClipboard"),
|
||||||
|
|
Loading…
Reference in New Issue