diff --git a/packages/frontend-core/src/api/viewsV2.js b/packages/frontend-core/src/api/viewsV2.js index 2b7f3a09f7..3580d08229 100644 --- a/packages/frontend-core/src/api/viewsV2.js +++ b/packages/frontend-core/src/api/viewsV2.js @@ -1,6 +1,6 @@ export const buildViewV2Endpoints = API => ({ /** - * Create a new view + * Fetches the definition of a view * @param viewId the ID of the view to fetch */ fetchDefinition: async viewId => {