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 00b3a4a commit 6b67abdCopy full SHA for 6b67abd
editor/scaffolds/code/code-initial-template-provider.tsx
@@ -19,6 +19,7 @@ export function CodeInitialTemplateProvider({
19
20
useEffect(() => {
21
if (result) {
22
+ console.info("triggering initial seed");
23
dispath({
24
type: "coding/initial-seed",
25
// todo:
0 commit comments