Skip to content

Commit 57a9807

Browse files
authored
Fix typo
Fixes wrong class removed in 589ea85
1 parent 589ea85 commit 57a9807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/backend/formwidgets/recordfinder/partials/_recordfinder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class="field-recordfinder loading-indicator-container size-input-text"
2525
<?php if ($value): ?>
2626
<button
2727
type="button"
28-
class="btn btn-default"
28+
class="btn clear-record"
2929
data-request="<?= $this->getEventHandler('onClearRecord') ?>"
3030
data-request-confirm="<?= e(trans('backend::lang.form.action_confirm')) ?>"
3131
data-request-success="var $locker = $('#<?= $field->getId() ?>'); $locker.val(''); $locker.trigger('change')"

0 commit comments

Comments
 (0)