Skip to content

Commit 79a2567

Browse files
crisbetommalerba
authored andcommitted
chore: fix ts and lint error (#6956)
Fixes a TS compilation error and a lint error that somehow got into master.
1 parent f2cae6e commit 79a2567

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/material-examples/example-module.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,11 +462,6 @@ export const EXAMPLE_COMPONENTS = {
462462
additionalFiles: null,
463463
selectorName: null
464464
},
465-
{
466-
'table-basic': {
467-
title: 'Basic table',
468-
component: TableBasicExample,
469-
},
470465
'stepper-overview': {
471466
title: 'Stepper overview',
472467
component: StepperOverviewExample,

src/material-examples/tabs-template-label/tabs-template-label-example.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
.demo-tab-content {
66
padding: 16px;
7-
}
7+
}

0 commit comments

Comments
 (0)