mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
ad01a544e6
commit
8a8e87d881
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ export class PlaceholderEmbeddableFactory implements EmbeddableFactoryDefinition
|
|||
return false;
|
||||
}
|
||||
|
||||
public canCreateNew() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public async create(initialInput: EmbeddableInput, parent?: IContainer) {
|
||||
return new PlaceholderEmbeddable(initialInput, parent);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue