Skip to content

Commit

Permalink
fixed: Fixed the issue that sharing users do not create new files eve…
Browse files Browse the repository at this point in the history
…ry time they open
  • Loading branch information
ZhaoJiSen committed Oct 11, 2024
1 parent 34ece56 commit fec4943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/Kubernetes/MainContent/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ const handleClickOutside = () => {
const resetShareDialog = () => {
paramsStore.setShareId('');
paramsStore.setShareCode('');
userOptions.value = [];
dialog.destroyAll();
};
Expand Down

0 comments on commit fec4943

Please sign in to comment.