File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ui/src/components/folder-tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ export const SORT_MENU_CONFIG = [
2626 ] ,
2727 } ,
2828 {
29- items : [ { label : t ( 'components.folder.sortDrop ' ) , value : SORT_TYPES . CUSTOM } ] ,
29+ items : [ { label : t ( 'components.folder.custom ' ) , value : SORT_TYPES . CUSTOM } ] ,
3030 } ,
3131]
Original file line number Diff line number Diff line change @@ -251,8 +251,8 @@ function openMoveToDialog(data: any) {
251251 MoveToDialogRef .value .open (obj , true )
252252}
253253
254- const CUSTOM_STORAGE_KEY = ` ${user .userInfo ?.id }-${props .source }-folder-custom-positions `
255- const FOLDER_SORT_TYPE = ` ${user .userInfo ?.id }-${props .source }-folder-sort-type `
254+ const CUSTOM_STORAGE_KEY = ` ${user .userInfo ?.id }-${user . getWorkspaceId ()}-${ props .source }-folder-custom-positions `
255+ const FOLDER_SORT_TYPE = ` ${user .userInfo ?.id }-${user . getWorkspaceId ()}-${ props .source }-folder-sort-type `
256256
257257const dataWithOrder = computed (() => {
258258 if (currentSort .value !== SORT_TYPES .CUSTOM || ! props .data ?.length ) {
You can’t perform that action at this time.
0 commit comments