You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/catalog-ui/docs/pages/GenericTablePage.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,13 +195,18 @@ Each active filter is serialized to a query param using `filter.toString()`, key
195
195
-`ButtonsCard.create`
196
196
-`DeleteFavoriteDialog.title` — title of the delete-favorite confirmation dialog
197
197
-`DeleteFavoriteDialog.content` — body of the delete-favorite confirmation dialog (`{label}` placeholder available)
198
+
-`RenameFavoriteDialog.title` — title of the rename-favorite form dialog
199
+
-`RenameFavoriteDialog.content` — body of the rename-favorite form dialog (`{label}` placeholder available)
200
+
-`RenameFavoriteDialog.duplicateName` — error message when the chosen name is already used by another favorite (`{name}` placeholder available)
198
201
-`OverrideFavoriteDialog.title` — title of the override-favorite form dialog
199
202
-`OverrideFavoriteDialog.content` — body of the override-favorite form dialog
200
203
-`CreateFavoriteDialog.title` — title of the create-favorite form dialog
201
204
-`CreateFavoriteDialog.content` — body of the create-favorite form dialog
202
-
-`RemoveFavoriteNotifyMessage` — notification message displayed when a favorite filter set is successfully deleted
203
-
-`CreateFavoriteNotifyMessage` — notification message displayed when a new favorite filter set is successfully created
204
-
-`OverrideFavoriteNotifyMessage` — notification message displayed when an existing favorite filter set is successfully updated with new filters
205
+
-`CreateFavoriteDialog.duplicateName` — error message when the chosen name is already used by another favorite (`{name}` placeholder available)
206
+
-`RemoveFavoriteNotifyMessage` — notification message displayed when a favorite filter set is successfully deleted (`{name}` placeholder available)
207
+
-`RenameFavoriteNotifyMessage` — notification message displayed when a favorite filter set is successfully renamed (`{name}` placeholder available)
208
+
-`CreateFavoriteNotifyMessage` — notification message displayed when a new favorite filter set is successfully created (`{name}` placeholder available)
209
+
-`OverrideFavoriteNotifyMessage` — notification message displayed when an existing favorite filter set is successfully updated with new filters (`{name}` placeholder available)
0 commit comments