dialog_widget: Fix stale comment.

The 'settings_user_groups' file which the comment refers
to no longer exists.

This commit updates the comment.
This commit is contained in:
Prakhar Pratyush 2024-10-24 17:03:00 +05:30 committed by Tim Abbott
parent fd66c08221
commit 30ada20ece
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ function current_dialog_widget_selector(): string {
}
/*
* Look for confirm_dialog in settings_user_groups
* to see an example of how to use this widget. It's
* pretty simple to use!
* Look for dialog_widget or confirm_dialog in various
* 'web/src/' files to see examples of how to use this widget.
* It's pretty simple to use!
*
* Some things to note:
* 1) We create DOM on the fly, and we remove