1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-07 18:03:48 +00:00

[share dialog] share link, upload link: added 'Save image' & 'Copy image' for QR code

This commit is contained in:
llj
2021-10-21 14:44:54 +08:00
parent 25138c0a78
commit 6914ae0ad9
3 changed files with 43 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import PropTypes from 'prop-types';
import QRCode from 'react-qr-code';
import QRCode from 'qrcode.react';
import { Button, Popover, PopoverBody } from 'reactstrap';
import { gettext } from '../utils/constants';