fix: fix tabs + required fields (#7892)

This commit is contained in:
Riqwan Thamir
2024-07-01 17:23:45 +02:00
committed by GitHub
parent 5c7c28709f
commit d58a626d0a
8 changed files with 57 additions and 50 deletions
@@ -87,7 +87,7 @@ export interface CreateCampaignDTO {
/**
* The associated campaign budget.
*/
budget?: CreateCampaignBudgetDTO
budget?: CreateCampaignBudgetDTO | null
}
/**