Skip to content

Commit

Permalink
favor changes in #29213
Browse files Browse the repository at this point in the history
  • Loading branch information
gwwar committed Feb 23, 2021
1 parent 97e8b08 commit 2d96654
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/block-library/src/navigation-link/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import './hooks';

const { name } = metadata;

// If we export metadata, this calls unstable__bootstrapServerSideBlockDefinitions a second time, and overwrites
// what was injected on the page
export { name };
export { name, metadata };

export const settings = {
title: _x( 'Link', 'block title' ),
Expand Down

0 comments on commit 2d96654

Please sign in to comment.