mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
## Summary We're breaking https://github.com/elastic/kibana/pull/166813 up into smaller PRs in the interest of getting PRs through sooner for type fixes. These are the changes for AppEx SharedUX.
This commit is contained in:
parent
784411d45d
commit
e522f0a178
2 changed files with 2 additions and 3 deletions
|
@ -82,7 +82,7 @@ export class MarkdownStorybookMock extends AbstractStorybookMock<
|
|||
};
|
||||
}
|
||||
|
||||
getServices() {
|
||||
getServices(): MarkdownProps {
|
||||
return { ...this.getProps() };
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue