Fixed: Change MovieHistoryDetails to Modal

This commit is contained in:
Qstick
2020-03-01 15:38:19 -05:00
parent 086640519a
commit 990a65a681
5 changed files with 49 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
import PropTypes from 'prop-types';
import React, { Component } from 'react';
import { icons } from 'Helpers/Props';
import Icon from 'Components/Icon';
import IconButton from 'Components/Link/IconButton';
import Table from 'Components/Table/Table';
import TableBody from 'Components/Table/TableBody';
import MovieFileEditorRow from './MovieFileEditorRow';
@@ -45,7 +45,7 @@ const columns = [
},
{
name: 'action',
label: React.createElement(Icon, { name: icons.ADVANCED_SETTINGS }),
label: React.createElement(IconButton, { name: icons.ADVANCED_SETTINGS }),
isVisible: true
}
];