From 86d5706aac1ed7644f0599c2e962cc2f055bd8e3 Mon Sep 17 00:00:00 2001 From: James Collins Date: Tue, 28 Feb 2023 10:16:19 +1000 Subject: [PATCH] change button to use SMButton --- resources/js/components/SMInputAttachments.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/js/components/SMInputAttachments.vue b/resources/js/components/SMInputAttachments.vue index 8bf68c7..e25fc61 100644 --- a/resources/js/components/SMInputAttachments.vue +++ b/resources/js/components/SMInputAttachments.vue @@ -27,7 +27,11 @@ - Add media + @@ -39,6 +43,7 @@ import { Media, MediaResponse } from "../helpers/api.types"; import { bytesReadable } from "../helpers/types"; import { getFilePreview } from "../helpers/utils"; import SMDialogMedia from "./dialogs/SMDialogMedia.vue"; +import SMButton from "../components/SMButton.vue"; const props = defineProps({ modelValue: {