Skip to content

Commit 72f3f94

Browse files
committed
feat(resources): fix review bugs
1 parent 138ecef commit 72f3f94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/plugins/resource/src/ResourceList.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
name="tiny-checkbox"
3636
@change="selectSource($event, item)"
3737
></tiny-checkbox>
38-
<div class="source-action" v-if="!enableBatchAction">
38+
<div class="source-action">
3939
<tiny-popover placement="bottom" :visible-arrow="false" :offset="-18" trigger="hover">
4040
<div class="actions">
4141
<tiny-popover
@@ -334,6 +334,7 @@ export default {
334334
})
335335
.then(() => {
336336
getSourceList()
337+
selectedSources.value = []
337338
})
338339
.catch((error) => {
339340
useNotify({

0 commit comments

Comments
 (0)