Merge branch 'master' of https://github.com/sbwalker/oqtane.framework into master
This commit is contained in:
@ -95,7 +95,11 @@
|
||||
|
||||
}
|
||||
|
||||
_text = Localize(nameof(Text));
|
||||
if (IsLocalizable)
|
||||
{
|
||||
_text = Localize(nameof(Text));
|
||||
}
|
||||
|
||||
_url = EditUrl(Action, _parameters);
|
||||
_authorized = IsAuthorized();
|
||||
}
|
||||
|
Reference in New Issue
Block a user