fix: build error

This commit is contained in:
katherinehhh
2025-10-22 16:24:38 +08:00
parent 300f6a0bb5
commit 70ab47528f
@@ -16,7 +16,7 @@ import type { ButtonProps } from 'antd/es/button';
import { ActionModel } from '@nocobase/client';
import { QRCodeScannerInner } from './components/qrcode-scanner';
export const QRCodeScanner = (props) => {
const QRCodeScanner = (props) => {
const [visible, setVisible] = useState(true);
const { t } = useTranslation('block-workbench');