fehler
This commit is contained in:
@@ -121,6 +121,7 @@ export default function BarcodeGeneratorClient() {
|
|||||||
console.error('Download failed', err);
|
console.error('Download failed', err);
|
||||||
showToast('Download failed', 'error');
|
showToast('Download failed', 'error');
|
||||||
}
|
}
|
||||||
|
};
|
||||||
|
|
||||||
const copyBarcode = async () => {
|
const copyBarcode = async () => {
|
||||||
if (!barcodeRef.current) return;
|
if (!barcodeRef.current) return;
|
||||||
|
|||||||
@@ -44,11 +44,11 @@ const FRAME_OPTIONS = [
|
|||||||
|
|
||||||
export default function EmailGenerator() {
|
export default function EmailGenerator() {
|
||||||
const [formData, setFormData] = useState({
|
const [formData, setFormData] = useState({
|
||||||
const [showPopup, setShowPopup] = useState(false);
|
|
||||||
email: '',
|
email: '',
|
||||||
subject: '',
|
subject: '',
|
||||||
body: ''
|
body: ''
|
||||||
});
|
});
|
||||||
|
const [showPopup, setShowPopup] = useState(false);
|
||||||
|
|
||||||
const [qrColor, setQrColor] = useState('#dc2626');
|
const [qrColor, setQrColor] = useState('#dc2626');
|
||||||
const [frameType, setFrameType] = useState('none');
|
const [frameType, setFrameType] = useState('none');
|
||||||
|
|||||||
Reference in New Issue
Block a user