We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749ae7a commit fbea8d3Copy full SHA for fbea8d3
1 file changed
src/plugins/links/public/components/editor/links_editor.tsx
@@ -80,7 +80,7 @@ const LinksEditor = ({
80
initialLayout?: LinksLayoutType;
81
parentDashboard?: DashboardContainer;
82
isByReference: boolean;
83
- flyoutId: string; // used to manage the focus of this flyout after inidividual link editor flyout is closed
+ flyoutId: string; // used to manage the focus of this flyout after individual link editor flyout is closed
84
}) => {
85
const toasts = coreServices.notifications.toasts;
86
const isMounted = useMountedState();
0 commit comments