Skip to content

Commit

Permalink
rename applets to apps and import in dashboard.__init__
Browse files Browse the repository at this point in the history
  • Loading branch information
spapa013 committed Aug 17, 2022
1 parent 5202470 commit 316249d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .apps import MatApp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from ..schemas import \
minnie65_materialization as m65mat

class MatApp(wra.App):
class SetMaterializationApp(wra.App):
store_config = [
'value',
('options', [
Expand Down

0 comments on commit 316249d

Please sign in to comment.