Enable rename link

This commit is contained in:
Oliver Davies 2018-12-25 23:42:28 +00:00
parent 6abe718eb1
commit 7d60b4d150

View file

@ -25,7 +25,7 @@
<header-buttons :links="[
{ title: 'Add database', icon: 'actions__new-database', disabled: false },
{ title: 'Git Info', icon: 'actions__info', disabled: false },
{ title: 'Rename', icon: 'actions__edit', disabled: true },
{ title: 'Rename', icon: 'actions__edit', disabled: false },
{ title: 'Cancel', icon: 'actions__remove--circle', disabled: false },
]"></header-buttons>
</template>