Rename expand_toggle action to expand.

This commit is contained in:
Dermot Duffy
2023-03-13 22:00:43 -07:00
parent 1e4166f811
commit 2e9f5f9b74
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export const getActionsFromQueryString = (): FrigateCardCustomAction[] => {
case 'default':
case 'diagnostics':
case 'download':
case 'expand_toggle':
case 'expand':
case 'image':
case 'live':
case 'menu_toggle':