Skip to content

Commit 24237cb

Browse files
committed
feat: add 'Contract Status Change' option to sponsor activity list
1 parent eaf579f commit 24237cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sanity/schemaTypes/sponsorActivity.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default defineType({
2020
list: [
2121
{ title: 'Stage Change', value: 'stage_change' },
2222
{ title: 'Invoice Status Change', value: 'invoice_status_change' },
23+
{ title: 'Contract Status Change', value: 'contract_status_change' },
2324
{ title: 'Contract Signed', value: 'contract_signed' },
2425
{ title: 'Note', value: 'note' },
2526
{ title: 'Email', value: 'email' },

0 commit comments

Comments
 (0)