Skip to content

Commit d9bca5d

Browse files
Add size parameter to modal title in DetailHonorMitra and DetailPulsaMitra actions
1 parent 58a1df4 commit d9bca5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Nova/Actions/DetailHonorMitra.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function handle(ActionFields $fields, Collection $models)
2626
$model = $models->first();
2727

2828
return ModalResponse::html(HtmlGenerator::detailHonorMitra($model))
29-
->title('Daftar Honor Mitra');
29+
->title('Daftar Honor Mitra')->size('5xl');
3030
}
3131

3232
/**

app/Nova/Actions/DetailPulsaMitra.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function handle(ActionFields $fields, Collection $models)
2626
$model = $models->first();
2727

2828
return ModalResponse::html(HtmlGenerator::detailPulsaMitra($model))
29-
->title('Detail Penggantian Pulsa');
29+
->title('Detail Penggantian Pulsa')->size('5xl');
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)