get members by ids update
This commit is contained in:
parent
b436678393
commit
9446fd87eb
2 changed files with 8 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
@change="
|
||||
(e) => {
|
||||
uploadFile((e.target as HTMLInputElement)?.files?.[0]);
|
||||
e.target.value = null;
|
||||
(e.target as HTMLInputElement).value = '';
|
||||
}
|
||||
"
|
||||
multiple
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue