1cade0bc08
no issue - Unsplash integration is enabled by default for all users - it's no longer necessary to create your own Unsplash application and configure your application ID
6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
import EmberObject from '@ember/object';
|
|
|
|
export default EmberObject.extend({
|
|
isActive: false
|
|
});
|