This commit is contained in:
Shaun Walker
2020-10-21 08:01:39 -04:00
2 changed files with 17 additions and 5 deletions

View File

@ -95,7 +95,11 @@
}
_text = Localize(nameof(Text));
if (IsLocalizable)
{
_text = Localize(nameof(Text));
}
_url = EditUrl(Action, _parameters);
_authorized = IsAuthorized();
}