mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-19 02:23:00 +08:00
fix: build error
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user