mirror of
https://github.com/unraid/api.git
synced 2026-02-18 05:58:28 -06:00
fix: formattedRegTm type
This commit is contained in:
@@ -66,7 +66,7 @@ const {
|
||||
tooManyDevices,
|
||||
} = storeToRefs(serverStore);
|
||||
|
||||
const formattedRegTm = ref<any>();
|
||||
const formattedRegTm = ref<string>();
|
||||
/**
|
||||
* regTm may not have a value until we get a response from the refreshServerState action
|
||||
* So we need to watch for this value to be able to format it based on the user's date time preferences.
|
||||
|
||||
Reference in New Issue
Block a user