Skip to content

Commit

Permalink
feature: passing is_editable and is_deletable fields to create human …
Browse files Browse the repository at this point in the history
…service dashboard (#38)
  • Loading branch information
AlanJaeger authored Aug 29, 2024
1 parent b39d8dd commit 197e4d0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ def create_dashboard(self, project):
description="Dashboard de atendimento humano",
is_default=True,
grid=[18, 3],
is_deletable=False,
is_editable=False,
)
self.create_widgets(atendimento_humano)

Expand Down

0 comments on commit 197e4d0

Please sign in to comment.