feat(editor): Workflow history [WIP]- Add workflow history opening button to main header component (no-changelog) (#7310)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
@@ -78,6 +78,7 @@ import {
|
||||
faHandPointLeft,
|
||||
faHashtag,
|
||||
faHdd,
|
||||
faHistory,
|
||||
faHome,
|
||||
faHourglass,
|
||||
faImage,
|
||||
@@ -236,6 +237,7 @@ export const FontAwesomePlugin: Plugin<{}> = {
|
||||
addIcon(faHandPointLeft);
|
||||
addIcon(faHashtag);
|
||||
addIcon(faHdd);
|
||||
addIcon(faHistory);
|
||||
addIcon(faHome);
|
||||
addIcon(faHourglass);
|
||||
addIcon(faImage);
|
||||
|
||||
Reference in New Issue
Block a user