seed keywords
This commit is contained in:
@@ -159,6 +159,11 @@ export function useImportExport(
|
||||
<p className="text-sm text-gray-500 dark:text-gray-400 mt-2">
|
||||
Upload a CSV file (max {maxFileSize / 1024 / 1024}MB)
|
||||
</p>
|
||||
{filename === 'keywords' && (
|
||||
<p className="text-xs text-gray-600 dark:text-gray-300 mt-2 p-2 bg-blue-50 dark:bg-blue-900/20 rounded border border-blue-200 dark:border-blue-800">
|
||||
<strong>Expected columns:</strong> keyword, volume, difficulty, intent, status
|
||||
</p>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className="flex justify-end gap-4 pt-4">
|
||||
|
||||
Reference in New Issue
Block a user