Skip to content

Commit

Permalink
fix (#2123)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Skov Madsen <masma@orsted.dk>
  • Loading branch information
MarcSkovMadsen and Marc Skov Madsen authored Mar 26, 2021
1 parent a3a71ac commit 8906eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panel/template/fast/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ class FastGridBaseTemplate(FastBaseTemplate, ReactTemplate):
Combines the FastTemplate and the React template.
"""

_resources = dict(FastBaseTemplate._resources, **ReactTemplate._resources)
_resources = dict(FastBaseTemplate._resources, js=ReactTemplate._resources['js'])

__abstract = True
__abstract = True

0 comments on commit 8906eb5

Please sign in to comment.