mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 01:16:46 -06:00
Merge pull request #8084 from JoSchrader/develop
Hide duplicated webhook create button
This commit is contained in:
commit
c7778ce8cb
@ -80,7 +80,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<div style="padding:8px;">
|
||||
<div v-if="webhooks.length > 0" style="padding:8px;">
|
||||
<a href="webhooks/create" class="btn btn-success"><span class="fa fa-plus fa-fw"></span>{{ $t('firefly.create_new_webhook') }}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user