Skip to content
Snippets Groups Projects
Commit ca528e2b authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix(profile): warning border on public profile

parent 31356c51
No related branches found
No related tags found
2 merge requests!783V3.0.0,!696fix(profile): warning border on public profile
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
[variant]="collapseVariant" [variant]="collapseVariant"
[size]="'medium'" [size]="'medium'"
[boxShadow]="true" [boxShadow]="true"
[warningBorder]="!isValid()" [warningBorder]="!isValid() && !isPublic"
> >
<app-collapse-header> <app-collapse-header>
<div class="collapseHeader"> <div class="collapseHeader">
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment