فهرست منبع

Fix bug where we don't renew the save file link on creating a new model.

Sam Jaffe 5 سال پیش
والد
کامیت
eef444b92b
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/main/lombok/org/leumasjaffe/recipe/controller/FileController.java

+ 1 - 0
src/main/lombok/org/leumasjaffe/recipe/controller/FileController.java

@@ -44,6 +44,7 @@ public class FileController {
 	}
 	
 	public void create() {
+		handle.clear();
 		setModel(new RecipeCard());
 	}