mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 06:18:17 +00:00
refactor: slots cleanup (#1199)
This commit is contained in:
parent
79c42da2f9
commit
49ad23b21d
3 changed files with 141 additions and 120 deletions
|
@ -2455,8 +2455,7 @@ class ProjectLayoutTabbed(Component):
|
|||
"stroke_width": 2,
|
||||
"color": "text-gray-400 hover:text-gray-500",
|
||||
},
|
||||
# deps_strategy="ignore",
|
||||
render_dependencies=False,
|
||||
deps_strategy="ignore",
|
||||
),
|
||||
),
|
||||
Breadcrumb(value=data.project["name"], link=curr_project_url),
|
||||
|
@ -4491,8 +4490,7 @@ class Tabs(Component):
|
|||
"header_attrs": context["header_attrs"],
|
||||
"content_attrs": context["content_attrs"],
|
||||
},
|
||||
# deps_strategy="ignore",
|
||||
render_dependencies=False,
|
||||
deps_strategy="ignore",
|
||||
)
|
||||
|
||||
template: types.django_html = """
|
||||
|
@ -5137,8 +5135,7 @@ class ProjectUsers(Component):
|
|||
"project_id": project_id,
|
||||
"role_id": role['id'],
|
||||
},
|
||||
# deps_strategy="ignore",
|
||||
render_dependencies=False,
|
||||
deps_strategy="ignore",
|
||||
)
|
||||
else:
|
||||
delete_action = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue