feat: implement event submission flow with image upload and modal interface
This commit is contained in:
4
scratch/debug-enum.ts
Normal file
4
scratch/debug-enum.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { ContentStatus } from '@prisma/client';
|
||||
|
||||
console.log('Available ContentStatus:', Object.values(ContentStatus));
|
||||
console.log('PENDING value:', ContentStatus.PENDING);
|
||||
Reference in New Issue
Block a user