Fix regression bugs (#334)
This commit is contained in:
		| @ -118,7 +118,7 @@ | ||||
|             </td> | ||||
|             <td> | ||||
|                 <select class="form-control" @onchange="(e => ThemeChanged(e))"> | ||||
|                     <option value=string.Empty><Select Theme></option> | ||||
|                     <option value=""><Select Theme></option> | ||||
|                     @foreach (KeyValuePair<string, string> item in _themes) | ||||
|                     { | ||||
|                         <option value="@item.Key">@item.Value</option> | ||||
| @ -132,7 +132,7 @@ | ||||
|             </td> | ||||
|             <td> | ||||
|                 <select class="form-control" @bind="@_layouttype"> | ||||
|                     <option value=string.Empty><Select Layout></option> | ||||
|                     <option value=""><Select Layout></option> | ||||
|                     @foreach (KeyValuePair<string, string> panelayout in _panelayouts) | ||||
|                     { | ||||
|                         <option value="@panelayout.Key">@panelayout.Value</option> | ||||
|  | ||||
| @ -129,7 +129,7 @@ | ||||
|             </td> | ||||
|             <td> | ||||
|                 <select class="form-control" @onchange="(e => ThemeChanged(e))"> | ||||
|                     <option value=string.Empty><Select Theme></option> | ||||
|                     <option value=""><Select Theme></option> | ||||
|                     @foreach (KeyValuePair<string, string> item in _themes) | ||||
|                     { | ||||
|                         if (item.Key == _themetype) | ||||
| @ -150,7 +150,7 @@ | ||||
|             </td> | ||||
|             <td> | ||||
|                 <select class="form-control" @bind="@_layouttype"> | ||||
|                     <option value=string.Empty><Select Layout></option> | ||||
|                     <option value=""><Select Layout></option> | ||||
|                     @foreach (KeyValuePair<string, string> panelayout in _panelayouts) | ||||
|                     { | ||||
|                         <option value="@panelayout.Key">@panelayout.Value</option> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Hisham Bin Ateya
					Hisham Bin Ateya