File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/routes/console/project-[project]/auth/user-[user] Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 86
86
<InputTags
87
87
id =" user-labels"
88
88
label =" Labels"
89
- placeholder =" Select or tyype user labels"
89
+ placeholder =" Select or type user labels"
90
90
bind:tags ={labels } />
91
- <li >
92
- <Helper type ={error ? ' warning' : ' neutral' }
93
- >{error ? error : ' Only alphanumeric characters are allowed' }</Helper >
94
- </li >
95
- <li class =" u-flex u-gap-12 u-margin-block-start-8" >
91
+ <li class =" u-flex u-gap-12 u-margin-block-start-4" >
96
92
{#each suggestedLabels as suggestedLabel }
97
93
<Pill
98
94
selected ={labels .includes (suggestedLabel )}
109
105
</Pill >
110
106
{/each }
111
107
</li >
108
+ <li >
109
+ <Helper type ={error ? ' warning' : ' neutral' }
110
+ >{error ? error : ' Only alphanumeric characters are allowed' }</Helper >
111
+ </li >
112
112
</ul >
113
113
</svelte:fragment >
114
114
You can’t perform that action at this time.
0 commit comments