1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

addLabel -> CommonDialogs

This commit is contained in:
Andrew Dolgov
2018-12-01 22:19:20 +03:00
parent 2cd23e344c
commit bc96eac2ac
3 changed files with 26 additions and 28 deletions

View File

@@ -97,7 +97,7 @@ const App = {
CommonDialogs.quickAddFeed();
return false;
case "create_label":
addLabel();
CommonDialogs.addLabel();
return false;
case "create_filter":
quickAddFilter();