Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 65c5f26

Browse files
committed
Change constant for dropdown
1 parent ecc9f8a commit 65c5f26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/view/components/Dropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Dropdown: React.FC<IDropdownProps> = props => {
2020
const defaultText =
2121
props.lastChosen !== ""
2222
? CONSTANTS.CURRENTLY_RUNNING(parsedPath[1])
23-
: CONSTANTS.NO_FILES_AVAILABLE;
23+
: CONSTANTS.FILES_PLACEHOLDER;
2424
return (
2525
<div>
2626
<select

0 commit comments

Comments
 (0)