Skip to content

Commit 33b79b5

Browse files
committed
Remove href from omitted props.
1 parent 5bd2c70 commit 33b79b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-html-components/scripts/generate-components.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ ${customCode}
319319
n_clicks_timestamp: Date.now()
320320
})
321321
})}
322-
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state', 'setProps', 'disable_n_clicks', 'href'], props)}
322+
{...omit(['n_clicks', 'n_clicks_timestamp', 'loading_state', 'setProps', 'disable_n_clicks'], props)}
323323
{...extraProps}
324324
>
325325
{props.children}

0 commit comments

Comments
 (0)