Mail scheme updated v2
This commit is contained in:
@@ -515,7 +515,7 @@ function Templates() {
|
||||
<Button
|
||||
variant="outlined"
|
||||
startIcon={<Preview />}
|
||||
onClick={handlePreview}
|
||||
onClick={() => handlePreview()}
|
||||
disabled={previewLoading || !form.body_html}
|
||||
>
|
||||
{previewLoading ? 'Önizleme Oluşturuluyor...' : 'Önizleme Oluştur'}
|
||||
|
||||
Reference in New Issue
Block a user