Add teams administration panel #3
Merged
maxime.batista
merged 4 commits from teams
into master
10 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'teams'
Deleting a branch is permanent. It CANNOT be undone. Continue?
e6e34c3627
to39ed6a9ac7
10 months agonamespace AdminPanel.Components;
empty class
private bool _isOpenAdd;
private bool _isOpenConf;
private bool success;
private string[] errors = { };
errors
andsuccess
should follow the naming convention of private fields :_success
and_errors
<h3>TeamListPanel_razor_cs</h3>
empty file ? is it used ?
21404dc813
into master 10 months agoReviewers
21404dc813
.