Barcode workflow
This commit is contained in:
@@ -173,7 +173,7 @@ export default function CreatePage() {
|
||||
case 'FEEDBACK':
|
||||
return content.feedbackUrl || 'https://example.com/feedback';
|
||||
case 'BARCODE':
|
||||
return content.value || '';
|
||||
return isDynamic ? (content.url || '') : (content.value || '');
|
||||
default:
|
||||
return 'https://example.com';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user