Skip to content

Commit 841905b

Browse files
committed
update upload directory pop-up
1 parent e783b34 commit 841905b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/component/fileBrowser.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ const LocalFileBrowser = ({ superState, dispatcher }) => {
223223
<ConfirmModal
224224
isOpen={confirmOpen}
225225
title="Upload Directory"
226-
message={`directory selected: [${pendingFolderName}]`}
226+
message={`directory selected: ${pendingFolderName}`}
227227
onConfirm={() => {
228228
setConfirmOpen(false);
229229
const files = tempFilesRef.current;

0 commit comments

Comments
 (0)