From 230138d5409f297dea708a25b648856f0a816b99 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Wed, 30 Aug 2023 15:47:29 +0100 Subject: [PATCH] Fix wrong comment --- packages/frontend-core/src/api/viewsV2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {