mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-07 03:22:21 +03:00
6986c4f424
Created modal for adding products to members with mock data
6 lines
180 B
JavaScript
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')
|
|
}); |