Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkOnIT committed Feb 6, 2025
1 parent 7d468e4 commit 7c47aa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default function CompetitorLimit() {
</ConditionalSection>
<ConditionalSection showIf={hasLimit}>
<InputNumber id="autoCloseThreshold" min={0} />
<InputTextArea id="reason" />
</ConditionalSection>
</SubSection>
);
Expand Down
1 change: 1 addition & 0 deletions lib/database_dumper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def self.actions_to_column_sanitizers(columns_by_action)
registration_version
forbid_newcomers
forbid_newcomers_reason
auto_close_threshold
),
db_default: %w(
connected_stripe_account_id
Expand Down

0 comments on commit 7c47aa5

Please sign in to comment.