mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 03:46:52 +00:00
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
export const useUpdateChecker = createSharedComposable(() => {
|
|
return {
|
|
isUpdateAvailable: ref(false),
|
|
}
|
|
})
|