mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04: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