feat(SW-240): add form id to button

This commit is contained in:
Fredrik Thorsson
2024-08-19 14:59:08 +02:00
parent 0e084538b3
commit 0bf2927e79

View File

@@ -65,6 +65,7 @@ export default function Form() {
</form> </form>
<Button <Button
type="submit" type="submit"
form={formId}
size="small" size="small"
theme="base" theme="base"
intent="primary" intent="primary"