Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed Oct 30, 2020
1 parent 3727b43 commit aba171b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions x-pack/plugins/runtime_fields/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@ const MyComponent = () => {
<RuntimeFieldEditorFlyout
onSave={saveRuntimeField}
onCancel={() => flyoutEditor.current?.close()}
docLinks={{
ELASTIC_WEBSITE_URL: 'https://elastic.co/',
DOC_LINK_VERSION: 'master',
links: {} as any,
}}
docLinks={docLinksStart}
defaultValue={defaultRuntimeField}
/>
</KibanaReactContextProvider>
Expand Down

0 comments on commit aba171b

Please sign in to comment.