make profile category optional
This commit is contained in:
		@ -28,7 +28,7 @@
 | 
			
		||||
        <div class="row mb-1 align-items-center">
 | 
			
		||||
            <Label Class="col-sm-3" For="category" HelpText="The category of this profile item (for grouping)" ResourceKey="Category">Category: </Label>
 | 
			
		||||
            <div class="col-sm-9">
 | 
			
		||||
                <input id="category" class="form-control" @bind="@_category" maxlength="50" required />
 | 
			
		||||
                <input id="category" class="form-control" @bind="@_category" maxlength="50" />
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="row mb-1 align-items-center">
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user