Show local file indicator on Channel page
This commit is contained in:
parent
ae512ea68e
commit
d82f4c43a2
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ class ChannelPage extends React.PureComponent {
|
|||
name: claim.name,
|
||||
claimId: claim.claim_id,
|
||||
})}
|
||||
showLocal={true}
|
||||
/>
|
||||
)
|
||||
: <span className="empty">{__("No content found.")}</span>;
|
||||
|
|
Loading…
Reference in a new issue