Revert "remove method on wrong data source"
This reverts commit 8ab930f237.
This commit is contained in:
@@ -52,4 +52,19 @@ export class UmbStylesheetTreeServerDataSource implements UmbTreeDataSource<File
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Fetches stylesheet items from the server
|
||||
* @param {(string | undefined)} path
|
||||
* @return {*}
|
||||
* @memberof UmbStylesheetTreeServerDataSource
|
||||
*/
|
||||
async getItems(path: Array<string>) {
|
||||
return tryExecuteAndNotify(
|
||||
this.#host,
|
||||
StylesheetResource.getStylesheetItem({
|
||||
path,
|
||||
}),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user