Skip to content

Commit

Permalink
Merge migration and confirm on cycle deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Jan 6, 2024
1 parent a3db4e1 commit cd6ddef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions backend/clubs/migrations/0092_merge_20240106_1117.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 3.2.18 on 2024-01-06 16:17

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("clubs", "0091_applicationextension"),
("clubs", "0091_clubapplication_application_end_time_exception"),
]

operations = []
1 change: 1 addition & 0 deletions frontend/components/Settings/WhartonApplicationCycles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ const WhartonApplicationCycles = (): ReactElement => {
{ name: 'start_date' },
{ name: 'end_date' },
]}
confirmDeletion={true}
actions={(object) => (
<>
<button
Expand Down

0 comments on commit cd6ddef

Please sign in to comment.