File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/redux-devtools-rtk-query-monitor/src/containers Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ const tabs: ReadonlyArray<
9494 TabOption < QueryPreviewTabs , QueryPreviewTabProps , RtkResourceInfo [ 'type' ] >
9595> = [
9696 {
97- label : 'query ' ,
97+ label : 'Query ' ,
9898 value : QueryPreviewTabs . queryinfo ,
9999 component : MappedQueryPreviewInfo ,
100100 visible : {
@@ -104,7 +104,7 @@ const tabs: ReadonlyArray<
104104 } ,
105105 } ,
106106 {
107- label : 'actions ' ,
107+ label : 'Actions ' ,
108108 value : QueryPreviewTabs . actions ,
109109 component : MappedQueryPreviewActions ,
110110 visible : {
@@ -114,7 +114,7 @@ const tabs: ReadonlyArray<
114114 } ,
115115 } ,
116116 {
117- label : 'tags ' ,
117+ label : 'Tags ' ,
118118 value : QueryPreviewTabs . queryTags ,
119119 component : MappedQueryPreviewTags ,
120120 visible : {
@@ -124,7 +124,7 @@ const tabs: ReadonlyArray<
124124 } ,
125125 } ,
126126 {
127- label : 'subs ' ,
127+ label : 'Subs ' ,
128128 value : QueryPreviewTabs . querySubscriptions ,
129129 component : MappedQuerySubscriptipns ,
130130 visible : {
@@ -134,7 +134,7 @@ const tabs: ReadonlyArray<
134134 } ,
135135 } ,
136136 {
137- label : 'api ' ,
137+ label : 'Api ' ,
138138 value : QueryPreviewTabs . apiConfig ,
139139 component : MappedApiPreview ,
140140 } ,
You can’t perform that action at this time.
0 commit comments