(fileShareId)
| 530 | createShareModal.value = null; |
| 531 | } |
| 532 | function onClickOpenManageShare(fileShareId) { |
| 533 | manageShareModal.value = { |
| 534 | isOpen: true, |
| 535 | fileShareId |
| 536 | }; |
| 537 | } |
| 538 | async function onClickUpdateFileShare(fileShareId, password) { |
| 539 | if (isUpdating.value) { |
| 540 | return; |
no outgoing calls
no test coverage detected