work on igor note
This commit is contained in:
@@ -9,8 +9,8 @@ class PrintTable:
|
||||
def INPUT_TYPES(cls):
|
||||
return {
|
||||
"required": {
|
||||
"table": ("MEASURE_TABLE", {
|
||||
"accepted_types": ["RECORD_TABLE"],
|
||||
"table": ("RECORD_TABLE", {
|
||||
"accepted_types": ["DATA_TABLE"],
|
||||
}),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user