diff --git a/Services/client/src/stores/storage.ts b/Services/client/src/stores/storage.ts index 174346b..735cd51 100644 --- a/Services/client/src/stores/storage.ts +++ b/Services/client/src/stores/storage.ts @@ -285,7 +285,7 @@ const useStorage = defineStore('storageStore', () => { ) } - if (currentInfo.path.includes(arr[arr.length - 1])) { + if (currentInfo.path !== path && currentInfo.path.startsWith(path)) { error.title = 'ตำเเหน่งที่คุณอยู่ถูกลบ' error.msg = '' error.show()