We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf579f commit 24237cbCopy full SHA for 24237cb
1 file changed
sanity/schemaTypes/sponsorActivity.ts
@@ -20,6 +20,7 @@ export default defineType({
20
list: [
21
{ title: 'Stage Change', value: 'stage_change' },
22
{ title: 'Invoice Status Change', value: 'invoice_status_change' },
23
+ { title: 'Contract Status Change', value: 'contract_status_change' },
24
{ title: 'Contract Signed', value: 'contract_signed' },
25
{ title: 'Note', value: 'note' },
26
{ title: 'Email', value: 'email' },
0 commit comments