File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ export default class ServiceModal extends SettingsModal {
5858
5959 apiKeyField ( ) {
6060 return (
61- < div >
62- < label className = "sentra-form-label" for = { `${ this . key } _apiKey` } >
61+ < >
62+ < label for = { `${ this . key } _apiKey` } >
6363 { app . translator . trans ( 'ordinaryjellyfish-sentra.admin.api_key' ) }
6464 </ label >
6565 < input
@@ -69,14 +69,14 @@ export default class ServiceModal extends SettingsModal {
6969 id = { `${ this . key } _apiKey` }
7070 bidi = { this . setting ( `ordinaryjellyfish-sentra.services.${ this . key } .api_key` ) }
7171 />
72- </ div >
72+ </ >
7373 ) ;
7474 }
7575
7676 endpointField ( ) {
7777 return (
78- < div >
79- < label className = "sentra-form-label" for = { `${ this . key } _endpoint` } >
78+ < >
79+ < label for = { `${ this . key } _endpoint` } >
8080 { app . translator . trans ( 'ordinaryjellyfish-sentra.admin.endpoint' ) }
8181 </ label >
8282 < input
@@ -86,7 +86,7 @@ export default class ServiceModal extends SettingsModal {
8686 id = { `${ this . key } _endpoint` }
8787 bidi = { this . setting ( `ordinaryjellyfish-sentra.services.${ this . key } .endpoint` ) }
8888 />
89- </ div >
89+ </ >
9090 ) ;
9191 }
9292
You can’t perform that action at this time.
0 commit comments