mirror of
https://github.com/directus/directus.git
synced 2026-01-24 00:58:25 -05:00
Remove check button when displaying activity log item (#15107)
This commit is contained in:
@@ -38,10 +38,6 @@
|
||||
<v-button v-if="openItemLink" v-tooltip.bottom="t('open')" :to="openItemLink" icon rounded>
|
||||
<v-icon name="launch" />
|
||||
</v-button>
|
||||
|
||||
<v-button v-tooltip.bottom="t('done')" to="/activity" icon rounded>
|
||||
<v-icon name="check" />
|
||||
</v-button>
|
||||
</template>
|
||||
</v-drawer>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user