+
+
+ setChangeCardinalityModal((prev) => ({
+ ...prev,
+ newCardinality: value,
+ }))
+ }
+ placeholder={"e.g., (1,n)"}
+ onEnterPress={handleChangeCardinalityConfirm}
+ />
+
+ {/* ADD THIS SECTION FOR THE LEGEND */}
+
+
Format: (x,y) where x is 0 or 1, and y is n, *, or a number.
+
+
+