Skip to content
Snippets Groups Projects
Commit 3e5c5173 authored by Zara Mudassar's avatar Zara Mudassar
Browse files

snapshots removed

parent ebd9f268
No related branches found
No related tags found
1 merge request!118Images
Pipeline #181276 passed
...@@ -121,13 +121,13 @@ exports[`CreateNewGroup elements rendering renders correctly 1`] = ` ...@@ -121,13 +121,13 @@ exports[`CreateNewGroup elements rendering renders correctly 1`] = `
class="mt-6" class="mt-6"
> >
<label <label
class="block mb-2 text-xl font-medium text-gray-900 dark:text-gray-400" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-400"
id="imageLabel" id="imageLabel"
> >
Bilde Bilde (bildet må være .png)
</label> </label>
<input <input
accept="image/png, image/jpeg" accept="image/png"
multiple="" multiple=""
style="display: none;" style="display: none;"
type="file" type="file"
......
...@@ -171,10 +171,10 @@ exports[`NewItemForm component renders correctly 1`] = ` ...@@ -171,10 +171,10 @@ exports[`NewItemForm component renders correctly 1`] = `
class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-400" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-400"
id="imageLabel" id="imageLabel"
> >
Bilder Bilder (bildene må være .png)
</label> </label>
<input <input
accept="image/png, image/jpeg" accept="image/png"
multiple="" multiple=""
style="display: none;" style="display: none;"
type="file" type="file"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment