File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
packages/js/src/settings/routes Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -111,10 +111,8 @@ const Breadcrumbs = () => {
111
111
as = { SelectField }
112
112
name = { `wpseo_titles.post_types-${ postTypeName } -maintax` }
113
113
id = { `input-wpseo_titles-post_types-${ postTypeName } -maintax` }
114
- label = { < >
115
- { postType . label }
116
- < Code className = "yst-ml-2" > { postTypeName } </ Code >
117
- </ > }
114
+ label = { postType . label }
115
+ labelSuffix = { < Code className = "yst-ml-2" > { postTypeName } </ Code > }
118
116
options = { postType . options }
119
117
className = "yst-max-w-sm"
120
118
/> ) }
@@ -131,12 +129,10 @@ const Breadcrumbs = () => {
131
129
as = { SelectField }
132
130
name = { `wpseo_titles.taxonomy-${ taxonomy . name } -ptparent` }
133
131
id = { `input-wpseo_titles-taxonomy-${ taxonomy . name } -ptparent` }
134
- label = { < >
135
- { taxonomy . label }
136
- < Code className = "yst-ml-2" > { taxonomy . name } </ Code >
137
- </ > }
132
+ label = { taxonomy . label }
138
133
options = { taxonomy . options }
139
134
className = "yst-max-w-sm"
135
+ labelSuffix = { < Code className = "yst-ml-2" > { taxonomy . name } </ Code > }
140
136
/>
141
137
) ) }
142
138
</ FieldsetLayout >
You can’t perform that action at this time.
0 commit comments