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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user