Skip to content

Commit

Permalink
BACKLOG-23170 Prevent drag
Browse files Browse the repository at this point in the history
  • Loading branch information
AKarmanov committed Nov 12, 2024
1 parent 5fd2a92 commit 074d782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/javascript/JContent/JContent.accordion-items.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export const jContentAccordionItems = registry => {
rootLabel: 'Categories',
sortBy: SORT_CONTENT_TREE_BY_NAME_ASC,
dnd: {
canDrag: true, canDrop: true, canDropFile: false
canDrop: true, canDropFile: false
}
},
tableConfig: {
Expand All @@ -267,7 +267,7 @@ export const jContentAccordionItems = registry => {
viewSelector: undefined,
uploadType: JContentConstants.mode.IMPORT,
dnd: {
canDrag: true, canDrop: true, canDropFile: true
canDrop: true, canDropFile: true
},
defaultSort: {orderBy: 'displayName', order: 'ASC'},
columns: ['name']
Expand Down

0 comments on commit 074d782

Please sign in to comment.