Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f149de4

Browse files
authoredAug 14, 2024··
chore(demo): change github branch to master
1 parent a6ee50d commit f149de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/test/java/com/flowingcode/vaadin/addons/imagecrop/ImageCropDemoView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
@SuppressWarnings("serial")
3030
@ParentLayout(DemoLayout.class)
3131
@Route("image-crop")
32-
@GithubBranch("initial-implementation")
32+
@GithubBranch("master")
3333
@GithubLink("https://github.com/FlowingCode/ImageCrop")
3434
public class ImageCropDemoView extends TabbedDemo {
3535

0 commit comments

Comments
 (0)
Please sign in to comment.