Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai committed Dec 11, 2024
1 parent 2dc3521 commit 16708a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecc/blocks/series-creation-form/series-creation-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ export default async function init(el) {
return;
}

initProfileLogicTree({
initProfileLogicTree('series-creation-form', {
noProfile: () => {
signIn();
},
Expand Down
2 changes: 1 addition & 1 deletion ecc/samples/sample-form/sample-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ export default async function init(el) {
return;
}

initProfileLogicTree({
initProfileLogicTree('sample-form', {
noProfile: () => {
signIn();
},
Expand Down

0 comments on commit 16708a6

Please sign in to comment.