mirror of
https://github.com/unraid/api.git
synced 2026-05-03 13:40:36 -05:00
fix(web): update CallbackButton import
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import { ArrowPathIcon, ArrowTopRightOnSquareIcon } from '@heroicons/vue/24/solid';
|
||||
import { storeToRefs } from 'pinia';
|
||||
import { onBeforeMount } from 'vue';
|
||||
|
||||
import { useUpdateOsActionsStore } from '~/store/updateOsActions';
|
||||
|
||||
defineProps<{
|
||||
t: any;
|
||||
|
||||
Reference in New Issue
Block a user