File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
list-connectionfilter-templates
endpoint/MEM/list-templates
identity/administration/group-templates
conditional/list-template Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 7.2.0 "
2+ "version" : " 7.2.1 "
33}
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const Page = () => {
5353 } ,
5454 ] ,
5555 confirmText : "Are you sure you want to save this template to the selected repository?" ,
56- condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub . Enabled ,
56+ condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub ? .Enabled ,
5757 } ,
5858 {
5959 label : "Delete Template" ,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const Page = () => {
5353 } ,
5454 ] ,
5555 confirmText : "Are you sure you want to save this template to the selected repository?" ,
56- condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub . Enabled ,
56+ condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub ? .Enabled ,
5757 } ,
5858 {
5959 label : "Delete Template" ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const Page = () => {
5757 } ,
5858 ] ,
5959 confirmText : "Are you sure you want to save this template to the selected repository?" ,
60- condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub . Enabled ,
60+ condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub ? .Enabled ,
6161 } ,
6262 {
6363 label : "Delete Template" ,
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const Page = () => {
5555 } ,
5656 ] ,
5757 confirmText : "Are you sure you want to save this template to the selected repository?" ,
58- condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub . Enabled ,
58+ condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub ? .Enabled ,
5959 } ,
6060 {
6161 label : "Delete Template" ,
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ const Page = () => {
7777 } ,
7878 ] ,
7979 confirmText : "Are you sure you want to save this template to the selected repository?" ,
80- condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub . Enabled ,
80+ condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub ? .Enabled ,
8181 } ,
8282 {
8383 label : "Delete Template" ,
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const Page = () => {
5555 } ,
5656 ] ,
5757 confirmText : "Are you sure you want to save this template to the selected repository?" ,
58- condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub . Enabled ,
58+ condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub ? .Enabled ,
5959 } ,
6060 {
6161 label : "Delete Template" ,
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const Page = () => {
5454 } ,
5555 ] ,
5656 confirmText : "Are you sure you want to save this template to the selected repository?" ,
57- condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub . Enabled ,
57+ condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub ? .Enabled ,
5858 } ,
5959 {
6060 label : "Delete Template" ,
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ const Page = () => {
7777 } ,
7878 ] ,
7979 confirmText : "Are you sure you want to save this template to the selected repository?" ,
80- condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub . Enabled ,
80+ condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub ? .Enabled ,
8181 } ,
8282 {
8383 label : "Delete Template" ,
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ const Page = () => {
9595 } ,
9696 ] ,
9797 confirmText : "Are you sure you want to save this template to the selected repository?" ,
98- condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub . Enabled ,
98+ condition : ( ) => integrations . isSuccess && integrations ?. data ?. GitHub ? .Enabled ,
9999 } ,
100100 {
101101 label : "Delete Template" ,
You can’t perform that action at this time.
0 commit comments