mirror of
https://github.com/unraid/api.git
synced 2026-01-03 23:19:54 -06:00
chore(web): clean up unsued props
This commit is contained in:
@@ -36,15 +36,6 @@ import UserProfileUptimeExpire from '~/components/UserProfile/UptimeExpire.vue';
|
||||
|
||||
const { t } = useI18n();
|
||||
|
||||
export interface Props {
|
||||
restoreReleaseDate?: string;
|
||||
restoreVersion?: string;
|
||||
}
|
||||
withDefaults(defineProps<Props>(), {
|
||||
restoreReleaseDate: '',
|
||||
restoreVersion: '',
|
||||
});
|
||||
|
||||
const serverStore = useServerStore();
|
||||
const {
|
||||
dateTimeFormat,
|
||||
|
||||
Reference in New Issue
Block a user