diff --git a/resources/js/components/SMInputAttachments.vue b/resources/js/components/SMInputAttachments.vue index 3249235..fa3589b 100644 --- a/resources/js/components/SMInputAttachments.vue +++ b/resources/js/components/SMInputAttachments.vue @@ -127,6 +127,7 @@ watch( () => props.modelValue, (newValue) => { value.value = newValue; + handleLoad(); } );