Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
frida-161 committed Dec 1, 2021
1 parent dd12a94 commit 9d84b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/MetaSearch/dialogs/apidialog.py
Expand Up @@ -27,7 +27,7 @@

from MetaSearch.util import get_ui_class

BASE_CLASS = get_ui_class('xmldialog.ui')
BASE_CLASS = get_ui_class('apidialog.ui')


class APIRequestResponseDialog(QDialog, BASE_CLASS):
Expand Down

0 comments on commit 9d84b22

Please sign in to comment.