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 9ab8191 commit 6b076d2Copy full SHA for 6b076d2
custom/CloneRowButton.vue
@@ -38,7 +38,7 @@ function redirectToCreatePage() {
38
dataToFill[field.name] = props.record[field.name];
39
}
40
return dataToFill;
41
-}
+}
42
43
function save_btoa(str) {
44
return btoa(str);
0 commit comments