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