Skip to content

Commit 132cca6

Browse files
committed
Test to fix delete
1 parent af960f6 commit 132cca6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jderobot-ide-interface",
3-
"version": "0.1.51",
3+
"version": "0.1.52",
44
"main": "dist/main.js",
55
"typings": "dist/index.d.ts",
66
"files": [

src/components/Explorer/Explorer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ const Explorer = ({
175175
const handleSubmitDeleteModal = async () => {
176176
//currentFile === Absolute File path
177177
if (deleteEntry) {
178+
console.log(deleteEntry)
178179
try {
179180
if (deleteType) {
180181
await api.folder.delete(project, deleteEntry.path);

0 commit comments

Comments
 (0)