File tree 4 files changed +9
-9
lines changed
Superadmin/PageBuilder/Components/Partials
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ const handleClearForm = function () {
545
545
// set modal standards
546
546
typeModal .value = " warning" ;
547
547
gridColumnModal .value = 2 ;
548
- titleModal .value = ` Are you certain that you want to clear the form?` ;
548
+ titleModal .value = ` Clear the form?` ;
549
549
descriptionModal .value =
550
550
" Are you certain that you want to clear the form? The form will be cleared." ;
551
551
firstButtonModal .value = " Close" ;
@@ -2394,7 +2394,7 @@ const pageBuilder = new PageBuilder(store);
2394
2394
< button
2395
2395
type= " button"
2396
2396
@click= " handleClearForm"
2397
- class = " myPrimaryDeleteButton "
2397
+ class = " text-myPrimaryErrorColor italic text-xs "
2398
2398
>
2399
2399
Clear form
2400
2400
< / button>
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ const handleClearForm = function () {
358
358
// set modal standards
359
359
typeModal .value = " warning" ;
360
360
gridColumnModal .value = 2 ;
361
- titleModal .value = ` Are you certain that you want to clear the form?` ;
361
+ titleModal .value = ` Clear the form?` ;
362
362
descriptionModal .value =
363
363
" Are you certain that you want to clear the form? The form will be cleared." ;
364
364
firstButtonModal .value = " Close" ;
@@ -1297,7 +1297,7 @@ const pageBuilder = new PageBuilder(store);
1297
1297
< button
1298
1298
type= " button"
1299
1299
@click= " handleClearForm"
1300
- class = " myPrimaryDeleteButton "
1300
+ class = " text-myPrimaryErrorColor italic text-xs "
1301
1301
>
1302
1302
Clear form
1303
1303
< / button>
Original file line number Diff line number Diff line change @@ -864,7 +864,7 @@ const handleClearForm = function () {
864
864
// set modal standards
865
865
typeModal .value = " warning" ;
866
866
gridColumnModal .value = 2 ;
867
- titleModal .value = ` Are you certain that you want to clear the form?` ;
867
+ titleModal .value = ` Clear the form?` ;
868
868
descriptionModal .value =
869
869
" Are you certain that you want to clear the form? The form will be cleared." ;
870
870
firstButtonModal .value = " Close" ;
@@ -3138,7 +3138,7 @@ const pageBuilder = new PageBuilder(store);
3138
3138
< button
3139
3139
type= " button"
3140
3140
@click= " handleClearForm"
3141
- class = " myPrimaryDeleteButton "
3141
+ class = " text-myPrimaryErrorColor italic text-xs "
3142
3142
>
3143
3143
Clear form
3144
3144
< / button>
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ const handleClearForm = function () {
285
285
// set modal standards
286
286
typeModal .value = " warning" ;
287
287
gridColumnModal .value = 2 ;
288
- titleModal .value = ` Are you certain that you want to clear the form?` ;
288
+ titleModal .value = ` Clear the form?` ;
289
289
descriptionModal .value =
290
290
" Are you certain that you want to clear the form? The form will be cleared." ;
291
291
firstButtonModal .value = " Close" ;
@@ -876,9 +876,9 @@ const categoriesSorted = computed(() => {
876
876
< button
877
877
type= " button"
878
878
@click= " handleClearForm"
879
- class = " myPrimaryDeleteButton "
879
+ class = " text-myPrimaryErrorColor italic text-xs "
880
880
>
881
- Clear
881
+ Clear form
882
882
< / button>
883
883
< / template>
884
884
< SubmitButton : disabled= " postForm.processing" buttonText= " Save" >
You can’t perform that action at this time.
0 commit comments