Skip to content

Commit

Permalink
fix(redmine 1306613): fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
subraAntoine committed Aug 12, 2024
1 parent 07b843a commit fcc6166
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ exports[`DocumentList matches snapshot 1`] = `
data-label-position="right"
>
<input
aria-label="checkbox input"
class="haring-focus m_26063560 mantine-Checkbox-input"
id="mantine-f4bipx4bi"
type="checkbox"
Expand Down Expand Up @@ -313,6 +314,7 @@ exports[`DocumentList matches snapshot 1`] = `
class="m_811560b9 mantine-Button-label"
>
<svg
aria-label="download icon"
fill="currentColor"
height="1em"
viewBox="0 0 256 256"
Expand Down Expand Up @@ -386,6 +388,7 @@ exports[`DocumentList matches snapshot 1`] = `
data-label-position="right"
>
<input
aria-label="checkbox input"
checked=""
class="haring-focus m_26063560 mantine-Checkbox-input"
id="mantine-f4bipx4bi"
Expand Down Expand Up @@ -555,6 +558,7 @@ exports[`DocumentList matches snapshot 1`] = `
data-label-position="right"
>
<input
aria-label="checkbox input"
class="haring-focus m_26063560 mantine-Checkbox-input"
id="mantine-f4bipx4bi"
type="checkbox"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ exports[`SelectableList matches snapshot 1`] = `
data-label-position="right"
>
<input
aria-label="checkbox input"
class="haring-focus m_26063560 mantine-Checkbox-input"
id="mantine-f4bipx4bi"
type="checkbox"
Expand Down Expand Up @@ -202,6 +203,7 @@ exports[`SelectableList matches snapshot 1`] = `
data-label-position="right"
>
<input
aria-label="checkbox input"
checked=""
class="haring-focus m_26063560 mantine-Checkbox-input"
id="mantine-f4bipx4bi"
Expand Down Expand Up @@ -371,6 +373,7 @@ exports[`SelectableList matches snapshot 1`] = `
data-label-position="right"
>
<input
aria-label="checkbox input"
class="haring-focus m_26063560 mantine-Checkbox-input"
id="mantine-f4bipx4bi"
type="checkbox"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ exports[`SidebarFilters matches snapshot 1`] = `
data-label-position="right"
>
<input
aria-label="Dupont checkbox"
checked=""
class="haring-focus m_26063560 mantine-Checkbox-input"
id="mantine-f4bipx4bi"
Expand All @@ -323,7 +324,8 @@ exports[`SidebarFilters matches snapshot 1`] = `
/>
</div>
</div>
Dupont
Dupont
</div>
<br />
<div
Expand All @@ -343,6 +345,7 @@ exports[`SidebarFilters matches snapshot 1`] = `
data-label-position="right"
>
<input
aria-label="Martin checkbox"
checked=""
class="haring-focus m_26063560 mantine-Checkbox-input"
id="mantine-f4bipx4bi"
Expand All @@ -369,7 +372,8 @@ exports[`SidebarFilters matches snapshot 1`] = `
/>
</div>
</div>
Martin
Martin
</div>
<br />
<div
Expand All @@ -389,6 +393,7 @@ exports[`SidebarFilters matches snapshot 1`] = `
data-label-position="right"
>
<input
aria-label="André checkbox"
class="haring-focus m_26063560 mantine-Checkbox-input"
id="mantine-f4bipx4bi"
type="checkbox"
Expand Down Expand Up @@ -558,6 +563,7 @@ exports[`SidebarFilters matches snapshot 1`] = `
data-label-position="right"
>
<input
aria-label="CDI checkbox"
checked=""
class="haring-focus m_26063560 mantine-Checkbox-input"
id="mantine-f4bipx4bi"
Expand All @@ -584,7 +590,8 @@ exports[`SidebarFilters matches snapshot 1`] = `
/>
</div>
</div>
CDI
CDI
</div>
<br />
<div
Expand All @@ -604,6 +611,7 @@ exports[`SidebarFilters matches snapshot 1`] = `
data-label-position="right"
>
<input
aria-label="CDD checkbox"
class="haring-focus m_26063560 mantine-Checkbox-input"
id="mantine-f4bipx4bi"
type="checkbox"
Expand Down Expand Up @@ -712,6 +720,7 @@ exports[`SidebarFilters matches snapshot 1`] = `
data-label-position="right"
>
<input
aria-label="Freelance checkbox"
checked=""
class="haring-focus m_26063560 mantine-Checkbox-input"
id="mantine-f4bipx4bi"
Expand All @@ -738,7 +747,8 @@ exports[`SidebarFilters matches snapshot 1`] = `
/>
</div>
</div>
Freelance
Freelance
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ exports[`SwitchableView matches snapshot 1`] = `
class="m_78882f40 mantine-SegmentedControl-innerLabel"
>
<svg
aria-label="square icon"
fill="currentColor"
height="1em"
viewBox="0 0 256 256"
Expand Down Expand Up @@ -83,6 +84,7 @@ exports[`SwitchableView matches snapshot 1`] = `
class="m_78882f40 mantine-SegmentedControl-innerLabel"
>
<svg
aria-label="square icon"
fill="currentColor"
height="1em"
viewBox="0 0 256 256"
Expand Down Expand Up @@ -115,6 +117,7 @@ exports[`SwitchableView matches snapshot 1`] = `
class="m_78882f40 mantine-SegmentedControl-innerLabel"
>
<svg
aria-label="star icon"
fill="currentColor"
height="1em"
viewBox="0 0 256 256"
Expand Down

0 comments on commit fcc6166

Please sign in to comment.