Action button prototype

This commit is contained in:
Zef Hemel
2022-05-06 18:55:04 +02:00
parent 3037dbe58a
commit 7e221ce5aa
20 changed files with 324 additions and 54 deletions
+1
View File
@@ -67,6 +67,7 @@ export default function reducer(
return {
...state,
commands: action.commands,
actionButtons: action.actionButtons,
};
case "show-notification":
return {