@@ -60,7 +60,7 @@ class="primary-button"
60
60
61
61
<!-- Method and URL endpoint -->
62
62
< x- admin:: form .control - group>
63
- < x- admin:: form .control - group .label class = " required !text-gray-600 " >
63
+ < x- admin:: form .control - group .label class = " required" >
64
64
@lang (' admin::app.settings.webhooks.create.url-and-parameters' )
65
65
< / x- admin:: form .control - group .label >
66
66
@@ -74,6 +74,7 @@ class="!w-1/6 rounded-r-none"
74
74
: label= " trans('admin::app.settings.webhooks.create.method')"
75
75
>
76
76
< option value= " post" > @lang (' admin::app.settings.webhooks.create.post' )< / option>
77
+
77
78
< option value= " put" > @lang (' admin::app.settings.webhooks.create.put' )< / option>
78
79
< / x- admin:: form .control - group .control >
79
80
@@ -123,7 +124,7 @@ class="rounded-l-none"
123
124
< hr class = " my-4" / >
124
125
125
126
< x- admin:: form .control - group>
126
- < x- admin:: form .control - group .label class = " required !text-gray-600 " >
127
+ < x- admin:: form .control - group .label class = " required" >
127
128
@lang (' admin::app.settings.webhooks.create.body' )
128
129
< / x- admin:: form .control - group .label >
129
130
@@ -260,7 +261,7 @@ class="whitespace-no-wrap flex cursor-pointer items-center justify-between gap-1
260
261
< x- slot: content>
261
262
<!-- Name -->
262
263
< x- admin:: form .control - group>
263
- < x- admin:: form .control - group .label class = " required !text-gray-600 " >
264
+ < x- admin:: form .control - group .label class = " required" >
264
265
@lang (' admin::app.settings.webhooks.create.name' )
265
266
< / x- admin:: form .control - group .label >
266
267
@@ -278,7 +279,7 @@ class="whitespace-no-wrap flex cursor-pointer items-center justify-between gap-1
278
279
279
280
<!-- Entity Type -->
280
281
< x- admin:: form .control - group>
281
- < x- admin:: form .control - group .label class = " required !text-gray-600 " >
282
+ < x- admin:: form .control - group .label class = " required" >
282
283
@lang (' admin::app.settings.webhooks.create.entity-type' )
283
284
< / x- admin:: form .control - group .label >
284
285
@@ -302,7 +303,7 @@ class="whitespace-no-wrap flex cursor-pointer items-center justify-between gap-1
302
303
303
304
<!-- Description -->
304
305
< x- admin:: form .control - group>
305
- < x- admin:: form .control - group .label class = " required !text-gray-600 " >
306
+ < x- admin:: form .control - group .label class = " required" >
306
307
@lang (' admin::app.settings.webhooks.create.description' )
307
308
< / x- admin:: form .control - group .label >
308
309
@@ -328,7 +329,7 @@ class="whitespace-no-wrap flex cursor-pointer items-center justify-between gap-1
328
329
id =" v-key-and-value-template"
329
330
>
330
331
< x- admin:: form .control - group class = " my-2" >
331
- < x- admin:: form .control - group .label class = " required !text-gray-600 " >
332
+ < x- admin:: form .control - group .label class = " required" >
332
333
@ {{ title }}
333
334
< / x- admin:: form .control - group .label >
334
335
0 commit comments