mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
use kwargs
This commit is contained in:
parent
12d4905b39
commit
afc1af7e95
1 changed files with 2 additions and 2 deletions
|
|
@ -485,8 +485,8 @@ class SiteSyncModel:
|
|||
):
|
||||
return ActionItem(
|
||||
"sitesync.loader.action",
|
||||
identifier,
|
||||
label,
|
||||
identifier=identifier,
|
||||
label=label,
|
||||
icon={
|
||||
"type": "awesome-font",
|
||||
"name": icon_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue