Ghost/ghost/admin/app/components/modal-member-product.js
Peter Zimon 6986c4f424 Added mock product assignment modal
Created modal for adding products to members with mock data
2021-04-19 14:45:14 +02:00

6 lines
180 B
JavaScript

import ModalComponent from 'ghost-admin/components/modal-base';
import {alias} from '@ember/object/computed';
export default ModalComponent.extend({
member: alias('model')
});