Skip to content

Commit

Permalink
Fix #939
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Apr 19, 2019
1 parent 6e2d090 commit 30ca5f5
Showing 1 changed file with 8 additions and 5 deletions.
Expand Up @@ -11,6 +11,9 @@
classs="separate-right"
v-if="collectionObject.id"
:global-id="collectionObject.global_id"/>
<radial-object
v-if="collectionObject.id"
:global-id="collectionObject.global_id"/>
</div>
<div slot="body">
<div
Expand Down Expand Up @@ -92,9 +95,9 @@
import { GetterNames } from '../../store/getters/getters'
import { MutationNames } from '../../store/mutations/mutations.js'
import { ActionNames } from '../../store/actions/actions'
import BlockLayout from '../../../../components/blockLayout.vue'
import RadialAnnotator from '../../../../components/annotator/annotator.vue'
import btnShow from 'components/btnShow.vue'
import BlockLayout from 'components/blockLayout.vue'
import RadialAnnotator from 'components/annotator/annotator.vue'
import RadialObject from 'components/radial_object/radialObject.vue'
import PredicatesComponent from 'components/custom_attributes/predicates/predicates'
import { GetCollectionObjectDepictions, CreateDepiction, UpdateUserPreferences } from '../../request/resources.js'
Expand All @@ -110,9 +113,9 @@
RepositoryComponent,
BlockLayout,
RadialAnnotator,
btnShow,
PredicatesComponent,
ExpandComponent
ExpandComponent,
RadialObject
},
computed: {
preferences: {
Expand Down

0 comments on commit 30ca5f5

Please sign in to comment.