updated content

This commit is contained in:
Arun Kumar Perumal 2022-04-11 13:21:41 +05:30
parent 138c6fb3a7
commit f439e79c66
1 changed files with 1 additions and 8 deletions

View File

@ -6,13 +6,6 @@ import { ICTabProps } from './ICTabProps';
import { DisplayMode, Version } from '@microsoft/sp-core-library';
import { WebPartTitle } from "@pnp/spfx-controls-react/lib/WebPartTitle";
import { Editor } from '@tinymce/tinymce-react';
import {
Pivot,
PivotItem,
PivotLinkFormat,
PivotLinkSize
} from 'office-ui-fabric-react/lib/Pivot';
import { Tabs, TabLink, TabContent } from './utilities/Tab/index';
@ -103,7 +96,7 @@ export default class CTab extends React.Component<ICTabProps, {}> {
return (
<div>
<div className={styles.webpartheader}>
<WebPartTitle displayMode={this.props.displayMode}
<WebPartTitle displayMode={this.props.displayMode}
title={this.props.title}
updateProperty={this.props.fUpdateProperty}
className={styles.webparttitle} />