Skip to content

Commit 69f7cd3

Browse files
Update e2e/src/components/ButtonDeleteFile.tsx
Co-authored-by: Jòan <[email protected]>
1 parent f256113 commit 69f7cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/src/components/ButtonDeleteFile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ interface Props {
44
filePath: string;
55
newContent: string;
66

7-
// default to 'store'
7+
// default to 'webcontainer'
88
access?: 'store' | 'webcontainer';
99
testId?: string;
1010
}

0 commit comments

Comments
 (0)