remove unnecessary method for account
This commit is contained in:
		@@ -26,7 +26,6 @@
 | 
			
		||||
                                'credit_card' => trans_choice('accounts.credit_cards', 1),
 | 
			
		||||
                            ]"
 | 
			
		||||
                            checked="bank"
 | 
			
		||||
                            @input="onType($event)"
 | 
			
		||||
                        />
 | 
			
		||||
 | 
			
		||||
                        <x-form.group.text name="name" label="{{ trans('general.name') }}" form-group-class="sm:col-span-6" />
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,6 @@
 | 
			
		||||
                                'credit_card' => trans_choice('accounts.credit_cards', 1),
 | 
			
		||||
                            ]"
 | 
			
		||||
                            checked="{{ $account->type }}"
 | 
			
		||||
                            @input="onType($event)"
 | 
			
		||||
                        />
 | 
			
		||||
 | 
			
		||||
                        <x-form.group.text name="name" label="{{ trans('general.name') }}" form-group-class="sm:col-span-6" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user