Fixed Google Photo import modal
This commit is contained in:
parent
bbd257f07e
commit
1bc7de32be
@ -18,12 +18,14 @@
|
||||
|
||||
<script>
|
||||
import { mapGetters } from 'vuex';
|
||||
import ModalInner from '../common/ModalInner';
|
||||
import FormEntry from '../common/FormEntry';
|
||||
|
||||
const makeThumbnail = (url, size) => `${url}=s${size}`;
|
||||
|
||||
export default {
|
||||
components: {
|
||||
ModalInner,
|
||||
FormEntry,
|
||||
},
|
||||
data: () => ({
|
||||
|
Loading…
Reference in New Issue
Block a user