mirror of
https://github.com/rowyio/rowy.git
synced 2026-02-23 19:50:01 +01:00
spark modal title replace doc path with dash
This commit is contained in:
@@ -106,7 +106,7 @@ export default function SparksEditor({ requestSnackLog }) {
|
||||
{tableState?.tablePath
|
||||
?.split("/")
|
||||
.filter(function (_, i) {
|
||||
// replace IDs with subTables that appears at even indexes
|
||||
// replace IDs with dash that appears at even indexes
|
||||
return i % 2 === 0;
|
||||
})
|
||||
.join("-")}
|
||||
|
||||
Reference in New Issue
Block a user