Skip to content

Commit a32303d

Browse files
authored
changed msg when no file selected (#424)
1 parent 7bc0799 commit a32303d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/B4ACodeTree/B4ACodeTree.react.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,7 @@ export default class B4ACodeTree extends React.Component {
278278
</div>;
279279
} else {
280280
content = (
281-
<B4AAlert
282-
show={true}
283-
hideClose
284-
description="Select a file to Preview"
285-
/>
281+
<B4AAlert show={true} hideClose description="Select a file to edit" />
286282
);
287283
}
288284

0 commit comments

Comments
 (0)