Skip to content

Commit 6b076d2

Browse files
committed
fix: rebuild
1 parent 9ab8191 commit 6b076d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/CloneRowButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function redirectToCreatePage() {
3838
dataToFill[field.name] = props.record[field.name];
3939
}
4040
return dataToFill;
41-
}
41+
}
4242
4343
function save_btoa(str) {
4444
return btoa(str);

0 commit comments

Comments
 (0)