1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 14:49:09 +00:00

change markdown preview dialog internal link (#6829)

This commit is contained in:
Michael An
2024-09-23 16:21:08 +08:00
committed by GitHub
parent 5e55cbd1fe
commit 9983d50e76
7 changed files with 16 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import moment from 'moment';
import { isPro, gettext, mediaUrl, siteRoot } from '../../utils/constants';
import { InternalLinkOperation } from '../operations';
import InternalLinkOperation from '../operations/internal-link-operation';
const propTypes = {
toggleStar: PropTypes.func.isRequired,