Add a loading file info message.
This commit is contained in:
parent
63daf5d282
commit
76a99cc576
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,8 @@ class FileActions extends React.PureComponent {
|
||||||
onClick={() => openInShell(fileInfo)}
|
onClick={() => openInShell(fileInfo)}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
} else if (!fileInfo) {
|
||||||
|
content = <BusyMessage message={__("Fetching file info")} />;
|
||||||
} else {
|
} else {
|
||||||
console.log("handle this case of file action props?");
|
console.log("handle this case of file action props?");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue