File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/BootstrapBlazor/Components/Layout Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 118118 @< main class = " @MainClassString" >
119119 @if (UseTabSet )
120120 {
121- < Tab ClickTabToNavigation = " ClickTabToNavigation"
122- ShowExtendButtons = " ShowTabExtendButtons" ShowClose = " ShowTabItemClose" AllowDrag = " AllowDragTab"
123- AdditionalAssemblies = " @AdditionalAssemblies" NotFoundTabText = " @NotFoundTabText"
121+ < Tab ClickTabToNavigation = " ClickTabToNavigation" AdditionalAssemblies = " @AdditionalAssemblies"
122+ ShowExtendButtons = " ShowTabExtendButtons" ShowClose = " ShowTabItemClose" AllowDrag = " AllowDragTab"
124123 DefaultUrl = " @TabDefaultUrl" ExcludeUrls = " @ExcludeUrls" IsOnlyRenderActiveTab = " IsOnlyRenderActiveTab"
125- Body = " @Main" NotAuthorized = " NotAuthorized!" NotFound = " NotFound!" >
124+ Body = " @Main" NotAuthorized = " NotAuthorized!" NotFound = " NotFound!" NotFoundTabText = " @NotFoundTabText " >
126125 < / Tab >
127126 }
128127 else
You can’t perform that action at this time.
0 commit comments