Skip to content

Commit c966f5e

Browse files
Merge pull request #931 from posit-dev/data-explorer/remove-experimental-support-status-option
Remove experimental option from support status for data explorer
2 parents e42a451 + b56a528 commit c966f5e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/amalthea/src/comm/data_explorer_comm.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,11 +1004,7 @@ pub enum SupportStatus {
10041004

10051005
#[serde(rename = "supported")]
10061006
#[strum(to_string = "supported")]
1007-
Supported,
1008-
1009-
#[serde(rename = "experimental")]
1010-
#[strum(to_string = "experimental")]
1011-
Experimental
1007+
Supported
10121008
}
10131009

10141010
/// Union type ColumnValue

0 commit comments

Comments
 (0)