mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
create ui form for repository import
This commit is contained in:
@@ -46588,12 +46588,6 @@ exports[`Storyshots Forms|DropDown Add preselect if missing in options 1`] = `
|
||||
>
|
||||
C
|
||||
</option>
|
||||
<option
|
||||
selected={true}
|
||||
value="D"
|
||||
>
|
||||
D
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
`;
|
||||
@@ -46625,6 +46619,12 @@ exports[`Storyshots Forms|DropDown Default 1`] = `
|
||||
>
|
||||
es
|
||||
</option>
|
||||
<option
|
||||
selected={true}
|
||||
value="de"
|
||||
>
|
||||
de
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
`;
|
||||
@@ -46656,12 +46656,6 @@ exports[`Storyshots Forms|DropDown With Translation 1`] = `
|
||||
>
|
||||
The Meaning Of Liff
|
||||
</option>
|
||||
<option
|
||||
selected={true}
|
||||
value="dirk"
|
||||
>
|
||||
dirk
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user