Skip to content

Commit

Permalink
fix(ruleset-page): disable default results
Browse files Browse the repository at this point in the history
disable default results
  • Loading branch information
snomiao committed Jan 20, 2025
1 parent 1bccc6f commit e41a1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(dashboard)/rules/[name]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default async function FollowRulesPage({ params }: { params: Promise<{ na
name={name}
updateFollowRuleSet={updateFollowRuleSet}
defaultYaml={defaultYaml}
defaultMatchResults={await updateFollowRuleSet({ yaml: defaultYaml, name })}
// defaultMatchResults={await updateFollowRuleSet({ yaml: defaultYaml, name })}
enabled={enabled}
/>
</div>
Expand Down

0 comments on commit e41a1b7

Please sign in to comment.