Skip to content

Commit

Permalink
CommandBarPage: Remove FabricJS reference (#5087)
Browse files Browse the repository at this point in the history
* Removed reference of fabricjs from commandbar page

* Added change file
  • Loading branch information
lynamemi authored and Markionium committed Jun 4, 2018
1 parent f0d55bf commit 4cb8f29
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "CommandBarPage: Remove fabric js reference.",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "lynam.emily@gmail.com"
}
Expand Up @@ -68,9 +68,6 @@ export class CommandBarPage extends React.Component<IComponentDemoPageProps, {}>
{ require<string>('!raw-loader!office-ui-fabric-react/src/components/CommandBar/docs/CommandBarDonts.md') }
</PageMarkdown>
}
related={
<a href='https://dev.office.com/fabric-js/Components/CommandBar/CommandBar.html'>Fabric JS</a>
}
isHeaderVisible={ this.props.isHeaderVisible }
componentStatus={
<ComponentStatus
Expand Down

0 comments on commit 4cb8f29

Please sign in to comment.