remove FluentCustomizations
This commit is contained in:
parent
1fd4eb1947
commit
e3a09f3771
|
@ -1212,8 +1212,6 @@ export class Event extends React.Component<IEventProps, IEventState> {
|
||||||
styles: { main: { maxWidth: 450 } }
|
styles: { main: { maxWidth: 450 } }
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
TEST
|
|
||||||
{/*
|
|
||||||
<Label>{this.state.recurrenceSeriesEdited ? strings.ConfirmeDeleteAllRecurrrencesMessage : strings.ConfirmeDeleteOneRecurrenceMessage }</Label>
|
<Label>{this.state.recurrenceSeriesEdited ? strings.ConfirmeDeleteAllRecurrrencesMessage : strings.ConfirmeDeleteOneRecurrenceMessage }</Label>
|
||||||
{
|
{
|
||||||
this.state.isDeleting &&
|
this.state.isDeleting &&
|
||||||
|
@ -1223,7 +1221,6 @@ export class Event extends React.Component<IEventProps, IEventState> {
|
||||||
<PrimaryButton onClick={this.confirmDelete} text={strings.DialogConfirmDeleteLabel} disabled={this.state.isDeleting} />
|
<PrimaryButton onClick={this.confirmDelete} text={strings.DialogConfirmDeleteLabel} disabled={this.state.isDeleting} />
|
||||||
<DefaultButton onClick={this.closeDialog} text={strings.DialogCloseButtonLabel} />
|
<DefaultButton onClick={this.closeDialog} text={strings.DialogCloseButtonLabel} />
|
||||||
</DialogFooter>
|
</DialogFooter>
|
||||||
*/}
|
|
||||||
</Dialog>
|
</Dialog>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -315,7 +315,7 @@ export default class Calendar extends React.Component<ICalendarProps, ICalendarS
|
||||||
*/
|
*/
|
||||||
public render(): React.ReactElement<ICalendarProps> {
|
public render(): React.ReactElement<ICalendarProps> {
|
||||||
return (
|
return (
|
||||||
<Customizer {...FluentCustomizations}>
|
<Customizer>
|
||||||
|
|
||||||
|
|
||||||
<div className={styles.calendar} style={{ backgroundColor: 'white', padding: '20px' }}>
|
<div className={styles.calendar} style={{ backgroundColor: 'white', padding: '20px' }}>
|
||||||
|
|
Loading…
Reference in New Issue