Skip to content

Commit c8ccc02

Browse files
committed
fix type
1 parent f74b221 commit c8ccc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notebooks/deepnote/converters/inputConverters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export class InputSliderBlockConverter extends BaseInputBlockConverter<typeof De
188188
const value = Number.isFinite(parsed) ? parsed : fallback;
189189

190190
this.updateBlockMetadata(block, {
191-
deepnote_variable_value: value
191+
deepnote_variable_value: String(value)
192192
});
193193
}
194194
}

0 commit comments

Comments
 (0)