mirror of
https://github.com/mue/mue.git
synced 2026-07-22 00:07:23 +02:00
fix: numerous background interval fixes
This commit is contained in:
@@ -9,7 +9,7 @@ import { toast } from 'react-toastify';
|
||||
import './sharemodal.scss';
|
||||
|
||||
export default function ShareModal({ modalClose, data }) {
|
||||
const url = variables.constants.MARKETPLACE_URL + '/share/' + btoa(data.api_name);
|
||||
const url = variables.constants.MARKETPLACE_URL + '/share/' + (btoa(data.api_name) || '');
|
||||
|
||||
const copyLink = () => {
|
||||
navigator.clipboard.writeText(data);
|
||||
|
||||
Reference in New Issue
Block a user