feat: add dynamic flow app icons
This commit is contained in:
@@ -73,6 +73,8 @@ class Step extends Base {
|
||||
});
|
||||
|
||||
get iconUrl() {
|
||||
if (!this.appKey) return null;
|
||||
|
||||
return `${appConfig.baseUrl}/apps/${this.appKey}/assets/favicon.svg`;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user