fix: Add unique key for library header to resolve dev warnings (#3316)
This commit is contained in:
parent
b50b8f7b0d
commit
77b873251a
@ -124,7 +124,7 @@ const LibraryMenuItems = ({
|
|||||||
const referrer = libraryReturnUrl || window.location.origin;
|
const referrer = libraryReturnUrl || window.location.origin;
|
||||||
|
|
||||||
rows.push(
|
rows.push(
|
||||||
<div className="layer-ui__library-header">
|
<div className="layer-ui__library-header" key="library-header">
|
||||||
<ToolButton
|
<ToolButton
|
||||||
key="import"
|
key="import"
|
||||||
type="button"
|
type="button"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user