refactor(core): consolidate filesystem services (#30447)
This commit is contained in:
@@ -1644,7 +1644,7 @@ export default function Layout(props: ParentProps) {
|
||||
})
|
||||
|
||||
onMount(() => {
|
||||
serverSDK.client.file
|
||||
serverSDK.client.vcs
|
||||
.status({ directory: props.directory })
|
||||
.then((x) => {
|
||||
const files = x.data ?? []
|
||||
@@ -1712,7 +1712,7 @@ export default function Layout(props: ParentProps) {
|
||||
}
|
||||
|
||||
onMount(() => {
|
||||
serverSDK.client.file
|
||||
serverSDK.client.vcs
|
||||
.status({ directory: props.directory })
|
||||
.then((x) => {
|
||||
const files = x.data ?? []
|
||||
|
||||
Reference in New Issue
Block a user