You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2023/06/28 21:17:25 UTC

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

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

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


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

commit c81975eed33158cccbc2a180c8711b3e9e320896
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 f2fd278101..e5528cdb59 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.