Hi, ${name}
Your dataset, ${datasetName}, does not have a snapshot yet. If you would like to publish this dataset, you will first need to create a snapshot.
Sincerely, The CRN Team
Create a snapshot. »export const snapshotReminder = ({ siteUrl, name, datasetName, datasetId, }: { siteUrl: string name: string datasetName: string datasetId: string }): string => `
Your dataset, ${datasetName}, does not have a snapshot yet. If you would like to publish this dataset, you will first need to create a snapshot.
Sincerely, The CRN Team
Create a snapshot. »