We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6374f7a commit 2f661dbCopy full SHA for 2f661db
vaadin-breadcrumbs/src/main/java/software/xdev/vaadin/breadcrumbs/Breadcrumbs.java
@@ -98,7 +98,7 @@ protected void updateView(final List<Breadcrumb> breadcrumbs)
98
anchor.addClassName(BREADCRUMB_CSS);
99
100
// remove link and set css if url is empty (e.g. for 'edit' pages)
101
- if(breadcrumb.url.isEmpty())
+ if(breadcrumb.url().isEmpty())
102
{
103
anchor.removeHref();
104
anchor.addClassName(BREADCRUMB_DISABLED_CSS);
0 commit comments