mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-25 00:52:34 +02:00
fix: move folder on same folder issue
This commit is contained in:
+3
-2
@@ -226,8 +226,9 @@ function PdfFileComponent({
|
||||
? selecFolderId === moveFolderId
|
||||
? true
|
||||
: false
|
||||
: false;
|
||||
|
||||
: selecFolderId
|
||||
? false
|
||||
: true;
|
||||
if (!checkExist) {
|
||||
if (moveFolderId) {
|
||||
updateData = {
|
||||
|
||||
Reference in New Issue
Block a user