diff --git a/Services/client/src/components/DialogDelete.vue b/Services/client/src/components/DialogDelete.vue
new file mode 100644
index 0000000..cf91ead
--- /dev/null
+++ b/Services/client/src/components/DialogDelete.vue
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+ แจ้งเตือนการลบ
+
+
+
+ ถ้าดำเนินการต่อจะทำการลบ
+
+
+
+
+ {
+ emit('update:confirmDelete')
+ }
+ "
+ />
+
+ {
+ deleteFolder(pathname)
+ emit('update:confirmDelete')
+ }
+ "
+ />
+
+
+
+
+
+
diff --git a/Services/client/src/components/FileItemAction.vue b/Services/client/src/components/FileItemAction.vue
index 87ab35f..26c5aff 100644
--- a/Services/client/src/components/FileItemAction.vue
+++ b/Services/client/src/components/FileItemAction.vue
@@ -1,9 +1,8 @@