File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
src/BootstrapBlazor.Server/Components/Samples Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "version" : 2
4+ },
5+ {
6+ "action" : {
7+ "script" : " git branch -d localBranchName\n git push gitee.com --delete refs/heads/${ref}" ,
8+ "showOutput" : false ,
9+ "type" : " sh" ,
10+ "waitForExit" : true
11+ },
12+ "name" : " Delete All Branch" ,
13+ "refTargets" : [
14+ " localbranch" ,
15+ " remotebranch"
16+ ],
17+ "target" : " ref"
18+ },
19+ {
20+ "action" : {
21+ "script" : " git push origin ${ref}\n git push gitee.com ${ref}" ,
22+ "showOutput" : false ,
23+ "type" : " sh" ,
24+ "waitForExit" : true
25+ },
26+ "name" : " Push All Branch" ,
27+ "refTargets" : [
28+ " localbranch"
29+ ],
30+ "target" : " ref"
31+ }
32+ ]
Original file line number Diff line number Diff line change 342342 <SelectGeneric TValue =" string" Items =" Items" >
343343 <DisplayTemplate >
344344 <i class =" fa-solid fa-flag" ></i >
345- <span >@context.Text </span >
345+ <span >@context ? .Text</span >
346346 </DisplayTemplate >
347347 </SelectGeneric >
348348 </div >
You can’t perform that action at this time.
0 commit comments