reload component when attachments change outside
This commit is contained in:
@@ -127,6 +127,7 @@ watch(
|
||||
() => props.modelValue,
|
||||
(newValue) => {
|
||||
value.value = newValue;
|
||||
handleLoad();
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user