From fd8dfa108e8fbd63273ecc7c2cce60fb0acedef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Jandre?= <48719461+JoaoJandre@users.noreply.github.com> Date: Thu, 28 Apr 2022 11:09:12 -0300 Subject: [PATCH] Added allowuserdrivenbackups toggle to the edit backup offering button (#6323) Co-authored-by: Joao --- ui/src/config/section/offering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/config/section/offering.js b/ui/src/config/section/offering.js index 763d397706c..098b128529e 100644 --- a/ui/src/config/section/offering.js +++ b/ui/src/config/section/offering.js @@ -228,7 +228,7 @@ export default { dataView: true, popup: true, groupMap: (selection) => { return selection.map(x => { return { id: x } }) }, - args: ['name', 'description'] + args: ['name', 'description', 'allowuserdrivenbackups'] }, { api: 'deleteBackupOffering', icon: 'delete-outlined',