You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code there is a button-block.component.ts which is not used anywhere.
It is confusing to have it there as we do have button in the UI but they are under the Action Block.
We should clean up the code and avoid further confusion.
We should remove:
src/app/blocks/button-block
Remove it from here:
src/app/components/blocks-workflow/blocks-workflow.component.html
97: import {ButtonBlockComponent} from './blocks/button-block/button-block.component';
And here:
/home/anaketa/repos/Kendraio/kendraio-app/src/app/app.module.ts
In the code there is a
button-block.component.ts
which is not used anywhere.It is confusing to have it there as we do have button in the UI but they are under the Action Block.
We should clean up the code and avoid further confusion.
We should remove:
Remove it from here:
src/app/components/blocks-workflow/blocks-workflow.component.html
And here:
/home/anaketa/repos/Kendraio/kendraio-app/src/app/app.module.ts
The text was updated successfully, but these errors were encountered: