mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Synthetics] Add key to avoid react log warning (#152132)
This commit is contained in:
parent
74fa43e5e4
commit
83f5072398
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ export const PrivateLocationsTable = ({
|
|||
const renderToolRight = () => {
|
||||
return [
|
||||
<EuiButton
|
||||
key="addPrivateLocationButton"
|
||||
fill
|
||||
data-test-subj={'addPrivateLocationButton'}
|
||||
isLoading={loading}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue