mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-12 13:25:14 -05:00
feat(frontend): ✨ Create CRUD User Interface for Units and Foods
This commit is contained in:
@@ -47,7 +47,12 @@
|
||||
:label="$t('events.apprise-url')"
|
||||
></v-text-field>
|
||||
|
||||
<BaseButton class="d-flex ml-auto" small color="info" @click="testByUrl(newNotification.notificationUrl)">
|
||||
<BaseButton
|
||||
class="d-flex ml-auto"
|
||||
small
|
||||
color="info"
|
||||
@click="testByUrl(createNotificationData.notificationUrl)"
|
||||
>
|
||||
<template #icon> {{ $globals.icons.testTube }}</template>
|
||||
{{ $t("general.test") }}
|
||||
</BaseButton>
|
||||
|
||||
Reference in New Issue
Block a user