mirror of
https://github.com/unraid/api.git
synced 2026-05-19 23:48:42 -05:00
refactor: Registration component onBeforeMount
This commit is contained in:
@@ -70,9 +70,7 @@ watch(regTm, (_newV) => {
|
||||
setFormattedRegTm();
|
||||
});
|
||||
onBeforeMount(() => {
|
||||
if (regTm.value) {
|
||||
setFormattedRegTm();
|
||||
}
|
||||
setFormattedRegTm();
|
||||
});
|
||||
|
||||
const devicesAvailable = computed((): number => {
|
||||
|
||||
Reference in New Issue
Block a user