You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2023/07/31 06:29:36 UTC

[superset] branch 2.1 updated: fix(permalink): Incorrect component schema reference (#24482)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/2.1 by this push:
     new 249973613c fix(permalink): Incorrect component schema reference (#24482)
249973613c is described below

commit 249973613c6fa30070373f34ad9819abfacbeea0
Author: Nick Stenroos-Dam <ni...@gmail.com>
AuthorDate: Wed Jun 28 23:17:18 2023 +0200

    fix(permalink): Incorrect component schema reference (#24482)
---
 superset/dashboards/permalink/api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/dashboards/permalink/api.py b/superset/dashboards/permalink/api.py
index d9211df2aa..892b4e87fe 100644
--- a/superset/dashboards/permalink/api.py
+++ b/superset/dashboards/permalink/api.py
@@ -71,7 +71,7 @@ class DashboardPermalinkRestApi(BaseSupersetApi):
             content:
               application/json:
                 schema:
-                  $ref: '#/components/schemas/DashboardPermalinkPostSchema'
+                  $ref: '#/components/schemas/DashboardPermalinkStateSchema'
           responses:
             201:
               description: The permanent link was stored successfully.