create ui form for repository import

This commit is contained in:
Eduard Heimbuch
2020-11-24 11:15:42 +01:00
parent 308b95d8c7
commit 240069734d
4 changed files with 17 additions and 15 deletions

View File

@@ -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>
`;