From 7138eb4b691f1e0b5f905929bec1b5517e76ae67 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 1 Jun 2023 08:22:13 +0200 Subject: [PATCH] merge --- .../views/components/inputs/button.blade.php | 30 ------------------- 1 file changed, 30 deletions(-) delete mode 100644 resources/views/components/inputs/button.blade.php diff --git a/resources/views/components/inputs/button.blade.php b/resources/views/components/inputs/button.blade.php deleted file mode 100644 index d09fb0cd7..000000000 --- a/resources/views/components/inputs/button.blade.php +++ /dev/null @@ -1,30 +0,0 @@ -@props([ - 'type' => $attributes->get('type') ?? 'button', - 'disabled' => null, - 'confirm' => null, - 'confirmAction' => null, -]) -@if ($type === 'submit') - -@elseif($type === 'button') - -@endif