diff --git a/resources/views/partials/form/money_group.blade.php b/resources/views/partials/form/money_group.blade.php index e67f17818..28e05e590 100644 --- a/resources/views/partials/form/money_group.blade.php +++ b/resources/views/partials/form/money_group.blade.php @@ -27,10 +27,6 @@ v-if="{{ $attributes['show'] }}" @endif - @if (isset($attributes['inputRef'])) - ref="{{ $attributes['inputRef'] }}" - @endif - @if (isset($attributes['masked'])) :masked="{{ ($attributes['masked']) ? 'true' : 'false' }}" @endif