Created by: rakeshdevs
I have added "Use Default button" in card as per shown in figma file and i have fill default value assuming inputs have default field like below:
Example:
"inputs": [ { "title": "CPUs", "value": "", "instructions": "Number of CPUs for the server", "default": 2 }, ]