fix(ticket116): isoler crash plugin hello-plugin + erreur explicite UI
This commit is contained in:
@ -75,6 +75,7 @@ describe("listPluginLayoutChoices / PluginLayoutSelectorSection", () => {
|
||||
menuItems: [],
|
||||
layouts: [
|
||||
{ type: "dev.acme.good", label: "Good layout", component: "X" },
|
||||
null,
|
||||
{ type: "dev.acme.no-label", label: undefined, component: "X" },
|
||||
{ type: undefined, label: "No type", component: "X" },
|
||||
] as unknown as PluginContributionDto["layouts"],
|
||||
|
||||
Reference in New Issue
Block a user