File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
app/pages/package/[[org]] Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -1128,11 +1128,7 @@ const showSkeleton = shallowRef(false)
11281128 <!-- Package manager dropdown -->
11291129 <PackageManagerSelect />
11301130 </div >
1131- <div
1132- role =" tabpanel"
1133- :id =" `pm-panel-${activePmId}`"
1134- :aria-labelledby =" `pm-tab-${activePmId}`"
1135- >
1131+ <div >
11361132 <TerminalExecute
11371133 :package-name =" pkg.name"
11381134 :jsr-info =" jsrInfo"
@@ -1155,11 +1151,7 @@ const showSkeleton = shallowRef(false)
11551151 <!-- Package manager dropdown -->
11561152 <PackageManagerSelect />
11571153 </div >
1158- <div
1159- role =" tabpanel"
1160- :id =" `pm-panel-${activePmId}`"
1161- :aria-labelledby =" `pm-tab-${activePmId}`"
1162- >
1154+ <div >
11631155 <div
11641156 v-if =" publishSecurityDowngrade"
11651157 role =" alert"
You can’t perform that action at this time.
0 commit comments