Skip to content
Snippets Groups Projects
Unverified Commit f3da1aa2 authored by john-metabase's avatar john-metabase Committed by GitHub
Browse files

Adds encoding to field props for database inputs (#30812)

parent 3f5168c6
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ const getFieldProps = (field: EngineField, override?: EngineFieldOverride) => {
title: override?.title ?? field["display-name"],
description: override?.description ?? field.description,
placeholder: placeholder != null ? String(placeholder) : undefined,
encoding: field["treat-before-posting"],
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment